import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IBaseErrors, IBaseErrorsInterface } from "../../../../../keep3r-v2/solidity/interfaces/peripherals/IBaseErrors";
export declare class IBaseErrors__factory {
    static readonly abi: {
        inputs: never[];
        name: string;
        type: string;
    }[];
    static createInterface(): IBaseErrorsInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): IBaseErrors;
}
//# sourceMappingURL=IBaseErrors__factory.d.ts.map