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