import { DiffLineAnnotation } from "../types.js";

//#region src/utils/areDiffLineAnnotationsEqual.d.ts
declare function areDiffLineAnnotationsEqual<LAnnotation = undefined>(annotationA: DiffLineAnnotation<LAnnotation>, annotationB: DiffLineAnnotation<LAnnotation>): boolean;
//#endregion
export { areDiffLineAnnotationsEqual };
//# sourceMappingURL=areDiffLineAnnotationsEqual.d.ts.map