import { PushStreamHistory, PushUndoHistory } from '../../history.actions'; export declare const settingsPushUndoHistoryMap: { "settings.resize": PushUndoHistory; "settings.scrollTo": PushUndoHistory; "settings.changeShow": PushUndoHistory; "settings.changeZoomLevel": PushUndoHistory; }; export declare const settingsPushStreamHistoryMap: { "settings.streamScrollTo": PushStreamHistory; "settings.streamZoomLevel": PushStreamHistory; };