import * as THREE from 'three';
export declare class THREESphere extends THREE.Sphere {
    expandByPoint(point: THREE.Vector3): this;
}
