import type { MilkdownPlugin } from '@milkdown/ctx'; export * from './types'; export { diffConfig } from './diff-config'; export { computeDocDiff } from './diff-compute'; export type { ComputeDocDiffOptions, ComputeDiffRange, DiffIgnoreAttrs, } from './diff-compute'; export { diffPlugin, diffPluginKey, getPendingChanges, isChangeRejected, } from './diff-plugin'; export { acceptAllDiffsCmd, acceptDiffChunkCmd, acceptDiffRangeCmd, clearDiffReviewCmd, rejectDiffChunkCmd, rejectDiffRangeCmd, startDiffReviewCmd, startDiffReviewFromDocCmd, } from './diff-commands'; export declare const diff: MilkdownPlugin[]; //# sourceMappingURL=index.d.ts.map