export declare function base64encode(text: string): string; export declare function base64decode(text: string): string;