declare function atob(str: string): string;

export = atob;
