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