export declare class BoundingVolume { box?: number[]; region?: number[]; sphere?: number[]; static fromJson(jsonObj: any): BoundingVolume; }