export type { BoundWallet, WalletChain, WalletVerificationChallenge, UnbindEvent, } from './types.js'; export { bindWallet, unbindWallet, verifyBoundWallet, verifyUnbindEvent, } from './bind.js'; //# sourceMappingURL=index.d.ts.map