import type { AIProvider, ModelsProfilesJson, ValidateProfileVendorCoverageResult } from "./types.js"; export declare function validateProfileVendorCoverage(profiles: ModelsProfilesJson, options?: { vendors?: readonly AIProvider[]; profileKey?: string; }): ValidateProfileVendorCoverageResult; export declare function isProfileLeadingVendorReady(profileKey: string, profiles?: ModelsProfilesJson): boolean; export declare function isProfileVendorTrimReady(profileKey: string, allowedProviders: AIProvider[], profiles?: ModelsProfilesJson): boolean; export declare function validateBundledProfileVendorCoverage(options?: { vendors?: readonly AIProvider[]; profileKey?: string; }): ValidateProfileVendorCoverageResult; //# sourceMappingURL=validateProfileVendorCoverage.d.ts.map