import type { SlateEditor } from '@udecode/plate-common'; import type { Element, Location, NodeEntry } from 'slate'; import type { ListsSchema } from '../types'; /** * Get all lists in the given Range. */ export declare function getLists(editor: SlateEditor, schema: ListsSchema, at: Location | null): NodeEntry[];