import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarDeployerOwnEventsV0, ICedarDeployerOwnEventsV0Interface } from "../../../deploy/ICedarDeployer.sol/ICedarDeployerOwnEventsV0"; export declare class ICedarDeployerOwnEventsV0__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "address"; readonly name: "contractAddress"; readonly type: "address"; }, { readonly indexed: true; readonly internalType: "uint256"; readonly name: "majorVersion"; readonly type: "uint256"; }, { readonly indexed: true; readonly internalType: "uint256"; readonly name: "minorVersion"; readonly type: "uint256"; }, { readonly indexed: false; readonly internalType: "uint256"; readonly name: "patchVersion"; readonly type: "uint256"; }, { readonly indexed: false; readonly internalType: "string"; readonly name: "interfaceName"; readonly type: "string"; }]; readonly name: "CedarInterfaceDeployed"; readonly type: "event"; }]; static createInterface(): ICedarDeployerOwnEventsV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarDeployerOwnEventsV0; }