export declare function atob(value: string): string; export declare function btoa(value: string): string;