import { CommandProps } from '@tiptap/core'; import { EditorState } from 'prosemirror-state'; export declare function tuiDeleteNode(state: EditorState, dispatch: CommandProps['dispatch'], nodeName: string): boolean;