import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IDieselTokenExceptions, IDieselTokenExceptionsInterface } from "../../IDieselToken.sol/IDieselTokenExceptions"; export declare class IDieselTokenExceptions__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "PoolServiceOnlyException"; readonly type: "error"; }]; static createInterface(): IDieselTokenExceptionsInterface; static connect(address: string, signerOrProvider: Signer | Provider): IDieselTokenExceptions; }