import type { SlateEditor } from '@udecode/plate-common'; import { Path } from 'slate'; import type { ListsSchema } from '../types'; /** * Increases nesting depth of "list-item" at a given Path. */ export declare function increaseListItemDepth(editor: SlateEditor, schema: ListsSchema, listItemPath: Path): boolean;