import { PlanThreshold, ThresholdEvaluation, UsageSummary } from '../types.js'; export declare function evaluateThreshold(threshold: PlanThreshold, usage: UsageSummary): ThresholdEvaluation; export declare function evaluateThresholds(thresholds: PlanThreshold[], usage: UsageSummary[]): ThresholdEvaluation[]; //# sourceMappingURL=threshold-evaluator.d.ts.map