import type { StateCommand } from '@codemirror/state'; export declare const wrapToBlockquote: StateCommand; export declare const insertBlockquoteLink: StateCommand; export declare const wrapToCheckbox: StateCommand; export declare const insertHRule: StateCommand; export declare const insertMermaidDiagram: StateCommand; export declare const insertYfmHtmlBlock: StateCommand;