import { Fragment, Slice, Node, Schema } from "prosemirror-model"; import { Transaction } from "prosemirror-state"; import type { EditorView } from "prosemirror-view"; export declare const checkPresenceOfdiffdata: (doc: Node, from: number, to: number) => boolean; export declare const simplifyTransform: (tr: Transaction) => Transaction; export declare const removeDiffdata: (tr: Transaction, from: number, to: number) => Transaction; export declare const dispatchRemoveDiffdata: (view: EditorView, from: number, to: number) => void; export declare const updateMarkData: (tr: Transaction, imageDataModified: Record, newTr: Transaction) => Transaction; export declare const removeDiffFromJson: (object: any) => any; export declare const addDeletionMarks: (slice: Slice, mark: any, _schema?: Schema) => Fragment; //# sourceMappingURL=tools.d.ts.map