type WebauthnModularAccountV2Client<TChain, TTransport> =
TTransport extends AlchemyTransport
? AlchemySmartAccountClient<TChain, WebauthnModularAccountV2>
: SmartAccountClient<TTransport, TChain, WebauthnModularAccountV2>;Defined in: account-kit/smart-contracts/src/ma-v2/client/client.ts:39