type DecodedData = string;
declare function atob(encodedData: string): DecodedData;

export = atob;
