/**
 * The code is taken from:
 * https://github.com/davidchambers/Base64.js
 */
declare const _default: ((data: string) => string) & typeof atob;
export default _default;
