import { EditorView } from 'prosemirror-view';
export declare function printEditorContent(view: EditorView): boolean;
