export declare function atob(str:string):string export declare function atob_():(encoded_data:string)=>string export { atob_ as _atob, }