export declare enum PlotRotation { NoRotation = 0, Degrees90 = 1, Degrees180 = 2, Degrees270 = 3 } //# sourceMappingURL=PlotRotation.d.ts.map