import type { CompactionLevel } from '../../../domain/compaction/compaction-level.js'; interface Thresholds { readonly evaluateAt: number; readonly trimAt: number; readonly summarizeAt: number; readonly rollupAt: number; readonly rolloverAt: number; } export declare function evaluateThreshold(currentPercentage: number, thresholds: Thresholds): CompactionLevel; export {}; //# sourceMappingURL=threshold-trigger.d.ts.map