export declare function toBase64(data: Uint8Array): string; export declare function fromBase64(base64String: string): Uint8Array;