import type { CellAddress } from '../../ts-types'; import type { BaseTableAPI } from '../../ts-types/base-table'; export declare function updateCol(removeCells: CellAddress[], addCells: CellAddress[], updateCells: CellAddress[], table: BaseTableAPI): void;