export declare enum SmoothSurfaceType { NoSmooth = 0, Quadratic = 5, Cubic = 6, BezierSurface = 8 } //# sourceMappingURL=SmoothSurfaceType.d.ts.map