import { type SlateEditor } from '@udecode/plate-common'; import type { NodeEntry, Node } from 'slate'; import type { ListsSchema } from '../types'; /** * A "list-item-text" can have only inline nodes in it. */ export declare function normalizeListItemTextChildren(editor: SlateEditor, schema: ListsSchema, [node, path]: NodeEntry): boolean;