export declare function bytesToBase64(bytes: Uint8Array): string; export declare function base64ToBytes(b64: string): Uint8Array; //# sourceMappingURL=base64.d.ts.map