export declare function encode(data: string): string; export declare function decode(base64: string): string;