import {
  CubeTexture,
  LightProbe
} from '../../../src/Three';

export namespace LightProbeGenerator {

  export function fromCubeTexture(cubeTexture: CubeTexture): LightProbe;

}
