import { type StateCommand } from '@codemirror/state'; export declare const wrapToCodeBlock: StateCommand; export declare const wrapToInlineCode: StateCommand;