import type { ShallowMutableContentModelTable, TableHorizontalInsertOperation } from 'roosterjs-content-model-types'; /** * Insert a column to the table * @param table The table model where the column is to be inserted * @param operation The operation to be performed */ export declare function insertTableColumn(table: ShallowMutableContentModelTable, operation: TableHorizontalInsertOperation): void;