import type { PreparedTransaction } from "../../../transaction/prepare-transaction.js"; import type { ClientAndChainAndAccount } from "../../../utils/types.js"; import { type ThirdwebContract } from "../../contract.js"; /** * @internal */ export declare function zkDeployProxy(options: ClientAndChainAndAccount & { cloneFactoryContract: ThirdwebContract; initializeTransaction: PreparedTransaction; salt?: string; }): Promise; //# sourceMappingURL=zkDeployProxy.d.ts.map