declare function bytesToStr(bytes: number[], encoding?: string): string;

export = bytesToStr;
