import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ICedarFactoryEventsV0, ICedarFactoryEventsV0Interface } from "../../../deploy/ICedarDeployer.sol/ICedarFactoryEventsV0"; export declare class ICedarFactoryEventsV0__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: true; readonly internalType: "address"; readonly name: "implementationAddress"; 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: "contractName"; readonly type: "string"; }]; readonly name: "CedarImplementationDeployed"; readonly type: "event"; }]; static createInterface(): ICedarFactoryEventsV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): ICedarFactoryEventsV0; }