import { z } from "zod"; import type { LightAccountVersion } from "./types.js"; export declare const LightAccountFactoryConfigSchema: z.ZodObject<{ signer: z.ZodType, z.ZodTypeDef, import("@alchemy/aa-core").SmartAccountSigner>; accountAddress: z.ZodOptional>; initCode: z.ZodOptional>; factoryAddress: z.ZodOptional>; version: z.ZodOptional>; }, "strip", z.ZodTypeAny, { signer: import("@alchemy/aa-core").SmartAccountSigner; accountAddress?: `0x${string}` | undefined; initCode?: `0x${string}` | undefined; factoryAddress?: `0x${string}` | undefined; version?: LightAccountVersion | undefined; }, { signer: import("@alchemy/aa-core").SmartAccountSigner; accountAddress?: string | undefined; initCode?: string | undefined; factoryAddress?: string | undefined; version?: string | undefined; }>; //# sourceMappingURL=schema.d.ts.map