import type { EditorState, Transaction } from 'prosemirror-state';
export default function clearNodes(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;
//# sourceMappingURL=clearNodes.d.ts.map