export declare enum FaceLightingModelType { Invisible = 0, Visible = 1, Phong = 2, Gooch = 3 } //# sourceMappingURL=FaceLightingModelType.d.ts.map