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

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