import type { EditorView } from "prosemirror-view"; export declare const rejectAll: (view: EditorView, from?: number, to?: number | false) => void; //# sourceMappingURL=reject_all.d.ts.map