import type { StateCommand } from '@codemirror/state'; export declare const wrapToYfmCut: StateCommand; export declare const wrapToYfmNote: StateCommand; export declare const insertYfmTabs: StateCommand; export declare const insertYfmTable: StateCommand;