import { PushUndoHistory } from '../../history.actions';
export declare const indexColumnPushUndoHistoryMap: {
"indexColumn.add": PushUndoHistory;
"indexColumn.remove": PushUndoHistory;
"indexColumn.move": PushUndoHistory;
"indexColumn.changeOrderType": PushUndoHistory;
};