import type { CommandWithAttrs } from "../../core/index.js"; export declare const appendColumn: CommandWithAttrs<{ tablePos: number; columnNumber?: number; direction?: 'before' | 'after'; }>;