import { ColumnTypeInternal } from '../../types/columnTypeInternal'; import { ActiveTable } from '../../activeTable'; export declare class ChangeColumnType { private static setInvalidCellToDefault; private static setInvalidCellsToDefault; private static setNew; static setNewStructureBasedOnType(at: ActiveTable, columnIndex: number, newType: ColumnTypeInternal): void; private static resetCheckboxElements; private static resetAndChangeFunc; static change(this: ActiveTable, newTypeName: string, columnIndex: number): void; } //# sourceMappingURL=changeColumnType.d.ts.map