export type DiffLocs = [number, number][];
declare const getDiffLocs: (filePatch: string) => DiffLocs;
export { getDiffLocs };
