import { ActiveTable } from '../../activeTable'; export declare class MoveColumn { private static overwriteDataElements; private static changeSettings; private static overwrite; private static firstChangeSettingsIfSettingsChanged; static move(at: ActiveTable, columnIndex: number, isToRight: boolean): void; } //# sourceMappingURL=moveColumn.d.ts.map