export declare enum LightType { DIRECTIONAL = 1, POINT = 2, SPOT = 3, HEMISPHERIC = 4 }