import { type Command } from 'prosemirror-state'; export declare const splitCheckbox: (replaceWithParagraph?: boolean) => Command; export declare const keymapPlugin: () => import("prosemirror-state").Plugin;