import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ILPPriceFeedEvents, ILPPriceFeedEventsInterface } from "../../ILPPriceFeed.sol/ILPPriceFeedEvents"; export declare class ILPPriceFeedEvents__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: false; readonly internalType: "uint256"; readonly name: "lowerBound"; readonly type: "uint256"; }, { readonly indexed: false; readonly internalType: "uint256"; readonly name: "upperBound"; readonly type: "uint256"; }]; readonly name: "NewLimiterParams"; readonly type: "event"; }]; static createInterface(): ILPPriceFeedEventsInterface; static connect(address: string, signerOrProvider: Signer | Provider): ILPPriceFeedEvents; }