import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IAdapterExceptions, IAdapterExceptionsInterface } from "../../IAdapter.sol/IAdapterExceptions"; export declare class IAdapterExceptions__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "CallerNotConfiguratorException"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "CreditFacadeOnlyException"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "TokenNotAllowedException"; readonly type: "error"; }]; static createInterface(): IAdapterExceptionsInterface; static connect(address: string, signerOrProvider: Signer | Provider): IAdapterExceptions; }