import { Editor } from '@tiptap/core'; export declare function deleteNode(nodeType: string, editor: Editor): boolean;