import { PushUndoHistory } from '../../history.actions';
export declare const relationshipPushUndoHistoryMap: {
    "relationship.add": PushUndoHistory;
    "relationship.remove": PushUndoHistory;
    "relationship.changeType": PushUndoHistory;
};
