import type { CommandWithAttrs } from "../../../../../core/index.js"; import type { Node } from "../../../../../pm/model.js"; export declare const removeYfmTable: CommandWithAttrs<{ tablePos: number; tableNode: Node; }>;