import type { Command } from 'prosemirror-state'; export declare const createYfmTableCommand: Command; export declare const createYfmTable: { isEnable: Command; run: Command; };