import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IKeep3rParameters, IKeep3rParametersInterface } from "../../../../../keep3r-v2/solidity/interfaces/peripherals/IKeep3rParameters";
export declare class IKeep3rParameters__factory {
    static readonly abi: ({
        inputs: never[];
        name: string;
        type: string;
        anonymous?: undefined;
        outputs?: undefined;
        stateMutability?: undefined;
    } | {
        anonymous: boolean;
        inputs: {
            indexed: boolean;
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        type: string;
        outputs?: undefined;
        stateMutability?: undefined;
    } | {
        inputs: never[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    } | {
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: never[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    })[];
    static createInterface(): IKeep3rParametersInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): IKeep3rParameters;
}
//# sourceMappingURL=IKeep3rParameters__factory.d.ts.map