export declare function classifyCalibrationBucket(input: { tokenDelta: number; qualityDelta: number; }): 'helps' | 'hurts_or_expands' | 'no_material_change';