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