import type { SessionStats } from '../session.js'; import type { Insight } from '../detectors/index.js'; import type { HistoryEntry } from './history.js'; export declare function generateWeeklyReport(allStats: SessionStats[], insights: Insight[], history: HistoryEntry[]): string; //# sourceMappingURL=report.d.ts.map