/** * Collect `git diff --no-color HEAD -- ` without invoking a shell. * Returns empty string outside git workdirs, on no diff, or on git failure. */ export declare function collectGitDiff(cwd: string, files: string[]): string; //# sourceMappingURL=diff.d.ts.map