/** * Returns the mean of the member's latest eval-baseline aggregates, or null * when no baseline exists. Traces are stamped with this so quality-aware * consumers (summaries, anomaly detection) have a signal without re-scoring * every run. */ export declare function getMemberQualityScore(member: string, baselinesDir: string): number | null; //# sourceMappingURL=qualityScore.d.ts.map