import { Node } from "prosemirror-model"; import { EditorState } from "prosemirror-state"; export default function getParentListItem(state: EditorState): [Node, number] | void; //# sourceMappingURL=getParentListItem.d.ts.map