import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ILegacyDCAHub, ILegacyDCAHubInterface } from "../../../contracts/interfaces/ILegacyDCAHub";
export declare class ILegacyDCAHub__factory {
    static readonly abi: {
        inputs: ({
            internalType: string;
            name: string;
            type: string;
            components?: undefined;
        } | {
            components: {
                internalType: string;
                name: string;
                type: string;
            }[];
            internalType: string;
            name: string;
            type: string;
        })[];
        name: string;
        outputs: {
            components: {
                components: {
                    internalType: string;
                    name: string;
                    type: string;
                }[];
                internalType: string;
                name: string;
                type: string;
            }[];
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
    }[];
    static createInterface(): ILegacyDCAHubInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ILegacyDCAHub;
}
//# sourceMappingURL=ILegacyDCAHub__factory.d.ts.map