import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IPriceOracleV2Exceptions, IPriceOracleV2ExceptionsInterface } from "../../IPriceOracle.sol/IPriceOracleV2Exceptions"; export declare class IPriceOracleV2Exceptions__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "ChainPriceStaleException"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "PriceOracleNotExistsException"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ZeroPriceException"; readonly type: "error"; }]; static createInterface(): IPriceOracleV2ExceptionsInterface; static connect(address: string, signerOrProvider: Signer | Provider): IPriceOracleV2Exceptions; }