import { vec2 } from 'gl-matrix'; import { IDrawable } from '../i-drawable'; export interface ILight extends IDrawable {}