import { File } from "gfsl"; import { Instance } from "../../../index"; import { VersionManifest } from "../../../types"; export declare function importGmllLink(url: string): Promise; export declare function importGmllLink(url: string, name: string): Promise; export declare function importCurseForge(instance: Instance, urlorFile: string | File, forge?: string | File): Promise; export declare function importModpack(this: Instance, urlorFile: string | File, type: "curseforge" | "gmll", forge?: string | File): Promise;