import type { Abi } from "abitype"; import type { Hex } from "../../../utils/encoding/hex.js"; import type { ClientAndChainAndAccount } from "../../../utils/types.js"; /** * @internal */ export declare function zkDeployContract(options: ClientAndChainAndAccount & { abi: Abi; bytecode: Hex; params?: Record; salt?: string; deploymentType?: "create" | "create2"; }): Promise; //# sourceMappingURL=zkDeployContract.d.ts.map