/** * 执行 Metrics 报告生成主流程 * @description 按周聚合所有 review 记录,计算趋势指标,输出 Markdown 报告 */ export declare const runMetricsReport: () => void; //# sourceMappingURL=metrics-report.d.ts.map