interface DeployResult { smartAccountAddress: `0x${string}`; ownerAddress: `0x${string}`; chainId: string; deployed: boolean; } export declare function deploySmartAccount(privateKey: `0x${string}`, chainId: string): Promise; export {}; //# sourceMappingURL=deploy.d.ts.map