declare const base64: { decode: (input: string) => string; encode: (input: string) => string; }; export default base64;