import { TableRow } from '../../../types/tableData'; import { ActiveTable } from '../../../activeTable'; export declare class InsertNewColumn { private static updateColumns; private static insertToAllRows; static insert(at: ActiveTable, columnIndex: number, columnData?: TableRow): void; static insertEvent(this: ActiveTable): void; } //# sourceMappingURL=insertNewColumn.d.ts.map