import { Mesh, MeshBasicMaterial, SphereGeometry, Texture } from "three"; export class GroundedSkybox extends Mesh { constructor(map: Texture, height: number, radius: number, resolution?: number); }