import { ProsemirrorCommand } from '../../types/prosemirror'; import { EditorView } from 'prosemirror-view'; export declare const toggleListCmd: (listTypeName: string, view: EditorView) => ProsemirrorCommand; export declare const splitListItemCmd: () => ProsemirrorCommand;