export declare function byteArrayToString(bytes: Uint8Array | number[]): string; export declare function stringToUint8Array(s: string): Uint8Array;