declare module 'atob' { const x: (stringToEncode: string) => string; export = x; }