export declare enum PlotFlags { None = 0, PlotViewportBorders = 1, ShowPlotStyles = 2, PlotCentered = 4, PlotHidden = 8, UseStandardScale = 16, PlotPlotStyles = 32, ScaleLineweights = 64, PrintLineweights = 128, DrawViewportsFirst = 512, ModelType = 1024, UpdatePaper = 2048, ZoomToPaperOnUpdate = 4096, Initializing = 8192, PrevPlotInit = 16384 } //# sourceMappingURL=PlotFlags.d.ts.map