import type { Address, Client } from "viem";
export declare const isSmartAccountDeployed: (client: Client, address: Address) => Promise<boolean>;
//# sourceMappingURL=isSmartAccountDeployed.d.ts.map