import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISuperGalaticFactory, ISuperGalaticFactoryInterface } from "../ISuperGalaticFactory";
export declare class ISuperGalaticFactory__factory {
    static readonly abi: readonly [{
        readonly type: "function";
        readonly name: "isSuperGalaticNFTContract";
        readonly inputs: readonly [{
            readonly name: "_nftAddress";
            readonly type: "address";
            readonly internalType: "address";
        }];
        readonly outputs: readonly [{
            readonly name: "";
            readonly type: "bool";
            readonly internalType: "bool";
        }];
        readonly stateMutability: "view";
    }];
    static createInterface(): ISuperGalaticFactoryInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ISuperGalaticFactory;
}
