declare const Base64: { btoa: (input: string) => string; atob: (input: string) => string; }; export { Base64 }; //# sourceMappingURL=base64.d.ts.map