declare const btoa: (string: string) => string;
declare const atob: (string: string) => string;

export { atob, btoa };
