export declare enum VPlotType { plot = "Plot", plotarrow = "PlotArrow", plotbar = "PlotBar", plotcandle = "PlotCandle", plotchar = "PlotChar", plotshape = "PlotShape" } export declare enum VScriptType { indicator = "indicator", strategy = "strategy", study = "study", library = "library" }