import { EventBase } from '@awayjs/core'; export declare class LightEvent extends EventBase { static CASTS_SHADOW_CHANGE: string; constructor(type: string); clone(): LightEvent; } //# sourceMappingURL=LightEvent.d.ts.map