import type { GitFileStat } from "./types";
export declare function formatFileChanges(stats: GitFileStat[], notepadPath?: string): string;
