export declare enum ProjectionMethod { None = 0, Planar = 1, Box = 2, Cylinder = 3, Sphere = 4 } //# sourceMappingURL=ProjectionMethod.d.ts.map