import type { CatalogModelEntry, ModelsCatalogJson } from "./types.js"; /** Merge supplemental catalog rows without duplicating existing direct identities. */ export declare function mergeCatalogSupplement(catalog: ModelsCatalogJson, supplement: CatalogModelEntry[]): ModelsCatalogJson; //# sourceMappingURL=mergeCatalogSupplement.d.ts.map