import { PushUndoHistory } from '../../history.actions';
export declare const indexPushUndoHistoryMap: {
    "index.add": PushUndoHistory;
    "index.remove": PushUndoHistory;
    "index.changeName": PushUndoHistory;
    "index.changeUnique": PushUndoHistory;
};
