declare const _default: { toBase64: (input?: string) => string; fromBase64: (input?: string) => string; bytesToBase64: (bytes: Uint8Array) => string; base64ToBytes: (input?: string) => Uint8Array; }; export default _default;