import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ILockdropFactory, ILockdropFactoryInterface } from "./ILockdropFactory";
export declare class ILockdropFactory__factory {
    static readonly erc165InterfaceId = "0x3903aa31";
    static readonly erc1820InterfaceId = "0x38ab1a226674b2a0770e61a1927b7734353f83619aa86acf05359a72222e6e37";
    static readonly abi: ({
        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;
            components?: undefined;
        } | {
            components: {
                internalType: string;
                name: string;
                type: string;
            }[];
            internalType: string;
            name: string;
            type: string;
        })[];
        name: string;
        outputs: never[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    })[];
    static createInterface(): ILockdropFactoryInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ILockdropFactory;
}
//# sourceMappingURL=ILockdropFactory__factory.d.ts.map