export declare function toBase64(bytes: Uint8Array): string; export declare function fromBase64(base64: string): Uint8Array;