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