import { Signer } from "ethers";
import { Provider } from "@ethersproject/providers";
import type { ISuperGalaticFactory } from "../ISuperGalaticFactory";
export declare class ISuperGalaticFactory__factory {
    static connect(address: string, signerOrProvider: Signer | Provider): ISuperGalaticFactory;
}
