import type { Account, Address, Hex } from 'viem'; import type { WebAuthnAccount } from 'viem/account-abstraction'; export declare function ecdsaSignerId(account: Account | Address): string; export declare function webauthnSignerId(account: WebAuthnAccount | Hex): string; //# sourceMappingURL=signer-id.d.ts.map