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