import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IKeep3rJobMigration, IKeep3rJobMigrationInterface } from "../../../../../../keep3r-v2/solidity/interfaces/peripherals/IKeep3rJobs.sol/IKeep3rJobMigration";
export declare class IKeep3rJobMigration__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;
    })[];
    static createInterface(): IKeep3rJobMigrationInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): IKeep3rJobMigration;
}
//# sourceMappingURL=IKeep3rJobMigration__factory.d.ts.map