export declare function decodeBase64(encoded: string): string; export declare function encodeBase64(decoded: string): string;