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