import type { SlateEditor } from '@udecode/plate-common'; import type { Location } from 'slate'; import type { ListsSchema } from '../types'; export declare function isInList(editor: SlateEditor, schema: ListsSchema, at?: Location | null): boolean;