export { toECDSASigner, type ECDSAModularSignerParams } from "./toECDSASigner.js"; export { toWebAuthnSigner, type WebAuthnModularSignerParams, WebAuthnSignerVersion } from "./toWebAuthnSigner.js"; export { WebAuthnMode, toWebAuthnKey } from "@zerodev/webauthn-key"; export { toSignerId } from "./utils/toSignerId.js"; export { toEmptyECDSASigner } from "./toEmptyECDSASigner.js"; //# sourceMappingURL=index.d.ts.map