export { TextHunk, TextDiff, diffText, } from './text-diff.js'; export { Change, Added, Removed, Changed, Matched, CHANGE_ADDED, CHANGE_REMOVED, CHANGE_CHANGED, CHANGE_MATCHED, deserializeChange, } from './change.js'; export { ListDiff, diffList, diffSet, } from './list-diff.js'; export { DiffStats, MetadataDiff, ConceptLevelDiff, LocalizedConceptDiff, ConceptDiff, diffConcepts, diffLocalizedConcepts, } from './concept-diff.js'; export { ConceptCollectionDiff, diffConceptCollections, } from './collection-diff.js'; export { renderConceptDiff, renderCollectionDiff, renderTextDiff, } from './diff-renderer.js'; export { applyDiff, reverseDiff, } from './diff-patch.js'; //# sourceMappingURL=index.d.ts.map