import { TAbstractLightWrapper } from './TAbstractLightWrapper'; import { TAmbientLight } from './TAmbientLight'; export type TAmbientLightWrapper = TAbstractLightWrapper;