/// export declare function btoa(text: string): string; export declare function atob(base64: string): string;