/** * 执行 post-commit 代码审查主流程 * @description 获取最新 commit diff,调用 AI 分析,生成并保存审查报告 */ export declare const runPostCommitReview: () => Promise; //# sourceMappingURL=post-commit-review.d.ts.map