import { type Chain, type Client, type Transport } from "viem"; import type { GetSmartAccountParameter, SmartAccount } from "viem/account-abstraction"; export declare function accountId(client: Client, args?: GetSmartAccountParameter): Promise; //# sourceMappingURL=accountId.d.ts.map