export declare function Uint8ArrayToJSONString(dataArray: Uint8Array): string; export declare const textEncoder: TextEncoder; export declare const textDecoder: TextDecoder;