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