import type { ScoreLabel, TrainingType, NutritionCategory, SprintType, HazardSeverity, ReviewType, HazardType } from './types.js'; /** Maps ticket count ranges to par values */ export declare const PAR_THRESHOLDS: Record; /** Factors that increase sprint slope (difficulty) */ export declare const SLOPE_FACTORS: readonly ["cross_package", "schema_migration", "new_area", "external_dep", "concurrent_agents"]; /** Maps score relative to par to a label */ export declare const SCORE_LABELS: Record; /** Maps hazard severity to penalty strokes */ export declare const HAZARD_SEVERITY_PENALTIES: Record; /** Maps sprint types to training types for training log categorization */ export declare const TRAINING_TYPE_MAP: Partial>; /** Maps review types to hazard types for finding → hazard conversion */ export declare const REVIEW_TYPE_HAZARD_MAP: Record; /** Stale session cleanup threshold (10 minutes in ms) */ export declare const STALE_SESSION_THRESHOLD_MS = 600000; /** Default nutrition items to assess per sprint */ export declare const NUTRITION_CHECKLIST: NutritionCategory[]; //# sourceMappingURL=constants.d.ts.map