class Light { uniformName: string constructor() { } clone() { return new Light() } } export { Light }