export declare function btoa(input: any): string;
export declare function atob(input: any): string;
