import type { LocalAccount } from "viem"; import type { WebAuthnAccount } from "viem/account-abstraction"; export declare const isWebAuthnAccount: (owner: WebAuthnAccount | LocalAccount) => owner is WebAuthnAccount; //# sourceMappingURL=isWebAuthnAccount.d.ts.map