export declare function encodeBase64(bytes: Uint8Array): string; export declare function decodeBase64(str: string): Uint8Array; //# sourceMappingURL=base64.d.ts.map