import type { PointLight } from "../lights/PointLight.ts"; import { Mesh } from "../objects/Mesh.ts"; /** Visualises a PointLight as a small diamond wireframe at its position. */ export declare class PointLightHelper extends Mesh { #private; type: string; constructor(light: PointLight, size?: number); update(): void; dispose(): void; } //# sourceMappingURL=PointLightHelper.d.ts.map