import { ActiveTable } from '../../activeTable'; export declare class MoveRow { private static overwrite; private static moveDataRows; private static resetFocusedCell; private static moveHeaderToDataRow; static move(at: ActiveTable, rowIndex: number, isToDown: boolean): void; } //# sourceMappingURL=moveRow.d.ts.map