import { type Command } from 'prosemirror-state'; export declare const addParagraphToStart: Command; export declare const addParagraphToEnd: Command;