import type { ScoringWeights } from "../types/config.js"; /** Validate that scoring weights are positive and sum to approximately 1.0. */ export declare function validateWeights(weights: ScoringWeights): void; export declare function computeComposite(goalAchievementScore: number, environmentScore: number, serviceScore: number, agentScore: number, weights: ScoringWeights): number; //# sourceMappingURL=composite.d.ts.map