import type { Signer } from "./types.js"; interface SmartAccountSignerConfig { ownerPrivateKey: `0x${string}`; chainId: string; bundlerUrl: string; paymasterUrl?: string; } export declare function createSmartAccountSigner(config: SmartAccountSignerConfig): Promise; export {}; //# sourceMappingURL=smart-account.d.ts.map