declare const gitDiff: (pathToRepo: any, commit1: any, commit2?: string, file?: string) => Promise; export default gitDiff;