import { PushStreamHistory, PushUndoHistory } from '../../history.actions'; export declare const tablePushUndoHistoryMap: { "table.add": PushUndoHistory; "table.remove": PushUndoHistory; "table.changeName": PushUndoHistory; "table.changeComment": PushUndoHistory; "table.moveTo": PushUndoHistory; "table.sort": PushUndoHistory; }; export declare const tablePushStreamHistoryMap: { "table.move": PushStreamHistory; "table.changeColor": PushStreamHistory; };