import type { GitFileStat } from "./types"; export declare function collectGitDiffStats(directory: string): GitFileStat[];