export declare function xdiff_string_diff(oldData: string, newData: string, contextLines?: number, _minimal?: boolean): string | false;