import { PushUndoHistory } from '../../history.actions'; export declare const tableColumnPushUndoHistoryMap: { "column.add": PushUndoHistory; "column.remove": PushUndoHistory; "column.changeName": PushUndoHistory; "column.changeDataType": PushUndoHistory; "column.changeDefault": PushUndoHistory; "column.changeComment": PushUndoHistory; "column.changeAutoIncrement": PushUndoHistory; "column.changeNotNull": PushUndoHistory; "column.changePrimaryKey": PushUndoHistory; "column.changeUnique": PushUndoHistory; "column.move": PushUndoHistory; };