import type { CommandWithAttrs } from "../../../../../core/index.js"; import type { Node } from "../../../../../pm/model.js"; export declare const removeYfmTable: CommandWithAttrs<{ tablePos: number; tableNode: Node; }>; export declare const controlActions: Record<"deleteTable" | "deleteRow" | "deleteColumn" | "appendColumn" | "appendRow", import("../../../../../core/index.js").ActionSpec>;