import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarDeployerAddedV2, ICedarDeployerAddedV2Interface } from "../../../deploy/ICedarDeployer.sol/ICedarDeployerAddedV2"; export declare class ICedarDeployerAddedV2__factory { static readonly abi: readonly [{ readonly inputs: readonly [{ readonly internalType: "address"; readonly name: "adminAddress"; readonly type: "address"; }, { readonly internalType: "string"; readonly name: "_name"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "_symbol"; readonly type: "string"; }, { readonly internalType: "uint256"; readonly name: "_maxLimit"; readonly type: "uint256"; }, { readonly internalType: "string"; readonly name: "_userAgreement"; readonly type: "string"; }, { readonly internalType: "string"; readonly name: "baseURI_"; readonly type: "string"; }]; readonly name: "deployCedarERC721PremintV1"; readonly outputs: readonly [{ readonly internalType: "contract ICedarERC721PremintV1"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): ICedarDeployerAddedV2Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarDeployerAddedV2; }