import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IAspenFactoryEventsV0, IAspenFactoryEventsV0Interface } from "../../../deploy/IAspenDeployer.sol/IAspenFactoryEventsV0"; export declare class IAspenFactoryEventsV0__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: "AspenImplementationDeployed"; readonly type: "event"; }]; static createInterface(): IAspenFactoryEventsV0Interface; static connect(address: string, signerOrProvider: Signer | Provider): IAspenFactoryEventsV0; }