export declare function base64Encode(text: string): string; export declare const base64Decode: (text: string) => string;