import type { ModelProgressUpdate } from "../../../../schemas/index"; import type { DownloadHooks } from "./types"; export declare function downloadModelFromHttp(url: string, progressCallback?: (progress: ModelProgressUpdate) => void, hooks?: DownloadHooks): Promise; //# sourceMappingURL=http.d.ts.map