export declare enum TradeLogColumn { Size = "Size", EntryBar = "Entry Bar", ExitBar = "Exit Bar", EntryPrice = "Entry Price", ExitPrice = "Exit Price", PnL = "Profit/Loss", ReturnPct = "Return (%)", EntryTime = "Entry Time", ExitTime = "Exit Time", Tag = "Tag", Duration = "Duration" }