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