import { PushUndoHistory } from '../../history.actions';
export declare const editorPushUndoHistoryMap: {
    "editor.loadJson": PushUndoHistory;
    "editor.clear": PushUndoHistory;
};
