export { diffDocs } from './model.js'; export type { DiffOptions, DiffPaneBlock, DocDiff } from './model.js'; export type { CharRange } from './paint.js'; export type { DiffEntry, DiffKind } from './match.js'; export { mountDiff } from './mount.js'; export type { DiffMount, DiffMountOptions } from './mount.js'; export { mountDiffWing } from './wing.js'; export type { DiffWingMount, DiffWingMountOptions } from './wing.js'; export { DIFF_CSS } from './styles.js'; //# sourceMappingURL=index.d.ts.map