import { AnalysisRule } from "../../types";
/**
 * Overall analysis rules for DayBoxing time management
 *
 * Categories:
 * 1. Time Distribution - Basic time allocation
 * 2. Pattern Analysis - Activity patterns and transitions
 * 3. Rhythm Analysis - Consistency and regularity
 * 4. Balance Analysis - Work-life balance metrics
 * 5. Pressure Indicators - Stress and workload signals
 */
export declare const overallRules: AnalysisRule[];
