import { SPEditor } from '@udecode/slate-plugins-core'; import { Path } from 'slate'; /** * Is the list nested, i.e. its parent is a list item. */ export declare const isListNested: (editor: SPEditor, listPath: Path) => boolean; //# sourceMappingURL=isListNested.d.ts.map