declare const base64Decode: (input: string) => string; declare const base64Encode: (input: string) => string; export { base64Decode, base64Encode };