import { Change } from 'diff'; export default function diffExistingFile(filePath: string, fileContent: string): Promise;