declare const _default: { encodeBase64: (str: string) => string; decodeBase64: (str: string) => string; }; export default _default;