export declare class LightStyleManager { private readonly styles; private readonly values; constructor(); private setDefaultStyles; setStyle(index: number, pattern: string): void; update(timeSeconds: number): void; getValues(): Float32Array; } //# sourceMappingURL=lightStyles.d.ts.map