import type { AIProfileWarning, LoadRegistryOptions, ModelsCatalogJson } from "../types.js"; export interface LoadCatalogResult { catalog: ModelsCatalogJson; warnings: AIProfileWarning[]; source: "remote" | "bundled"; } export declare function loadModelsCatalog(options?: LoadRegistryOptions): Promise; export declare function loadModelsCatalogWithWarnings(options?: LoadRegistryOptions): Promise; //# sourceMappingURL=loadModelsCatalog.d.ts.map