import type { StateCommand } from '@codemirror/state'; export declare const toBulletList: StateCommand; export declare const toOrderedList: StateCommand; export declare const sinkListItem: StateCommand; export declare const liftListItem: StateCommand;