import type { Command } from 'prosemirror-state'; export declare const wrapToDeflist: Command; export declare const splitDeflist: Command;