import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IKeep3rJobDisputable, IKeep3rJobDisputableInterface } from "../../../../../../keep3r-v2/solidity/interfaces/peripherals/IKeep3rJobs.sol/IKeep3rJobDisputable";
export declare class IKeep3rJobDisputable__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: {
            internalType: string;
            name: string;
            type: string;
        }[];
        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: {
            components: {
                internalType: string;
                name: string;
                type: string;
            }[];
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    })[];
    static createInterface(): IKeep3rJobDisputableInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): IKeep3rJobDisputable;
}
//# sourceMappingURL=IKeep3rJobDisputable__factory.d.ts.map