export declare function bufferToString(bufferU8View: Uint8Array): string; export declare function stringToBuffer(string: string): Uint8Array;