export declare const atob: (asc: string) => string;
export declare const btoa: (binary: string) => string;
