import type { Node } from '@milkdown/prose/model'; import type { DiffRange } from './types'; export declare const startDiffReviewCmd: import("@milkdown/utils").$Command; export declare const startDiffReviewFromDocCmd: import("@milkdown/utils").$Command; export declare const acceptDiffChunkCmd: import("@milkdown/utils").$Command; export declare const rejectDiffChunkCmd: import("@milkdown/utils").$Command; export declare const acceptDiffRangeCmd: import("@milkdown/utils").$Command; export declare const rejectDiffRangeCmd: import("@milkdown/utils").$Command; export declare const acceptAllDiffsCmd: import("@milkdown/utils").$Command; export declare const clearDiffReviewCmd: import("@milkdown/utils").$Command; //# sourceMappingURL=diff-commands.d.ts.map