export declare function stringToUint8Array(str: string): Uint8Array; export declare function uint8ArrayToString(arr: Uint8Array): string;