import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarDeployerOwnEventsV1, ICedarDeployerOwnEventsV1Interface } from "../../../deploy/ICedarDeployer.sol/ICedarDeployerOwnEventsV1"; export declare class ICedarDeployerOwnEventsV1__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: "implementationInterfaceId"; readonly type: "string"; }]; readonly name: "CedarInterfaceDeployed"; readonly type: "event"; }]; static createInterface(): ICedarDeployerOwnEventsV1Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarDeployerOwnEventsV1; }