/** * Classifies a similarity score into a confidence tier * * Thresholds are intentionally conservative to avoid spam */ export declare function classify(score: number): 'HIGH' | 'MEDIUM' | 'LOW'; //# sourceMappingURL=thresholds.d.ts.map