export declare enum HistoryItemDirection {
    OnRedo = 1,
    OnUndo = 2,
    OnRedoAndUndo = 3
}
