import type { FinalProfileModelMappingPatch } from "../finalProfileModelMappingPatch.js"; import type { NormalizedModel, PatchValidationError, ProfileChoiceKey, ProfileModelRecommendation } from "./types.js"; export declare function buildPatchFromApprovedRecommendations(recommendations: ProfileModelRecommendation[], approvedKeys: Set): FinalProfileModelMappingPatch; export declare function validatePatchAgainstCatalog(args: { patch: FinalProfileModelMappingPatch; models: NormalizedModel[]; }): PatchValidationError[]; //# sourceMappingURL=patch.d.ts.map