/** * This file is based on https://github.com/MaxArt2501/base64-js/ * MIT licensed: https://github.com/MaxArt2501/base64-js/blob/master/LICENSE */ declare function atob(string: string): string; declare function btoa(string: string): string; export declare const btoa_polyfill: typeof btoa; export declare const atob_polyfill: typeof atob; export {}; //# sourceMappingURL=base64.d.mts.map