import { ZeroXgaslessSmartAccount } from "./0xGaslessSmartAccount.js"; import type { ZeroXgaslessSmartAccountV2Config } from "./utils/Types.js"; export * from "./utils/index.js"; export * from "./signers/local-account.js"; export * from "./signers/wallet-client.js"; export * from "./0xGaslessSmartAccount.js"; export declare const createSmartAccountClient: typeof ZeroXgaslessSmartAccount.create; export type SmartWalletConfig = ZeroXgaslessSmartAccountV2Config; //# sourceMappingURL=index.d.ts.map