import { ViewCollectionTool } from "xbsj-xe2/dist-node/xe2-base-objects"; import { CzmObject, CzmViewer } from "../../../core"; export declare class CzmViewCollectionTool extends CzmObject { static readonly type: void; constructor(sceneObject: ViewCollectionTool, czmViewer: CzmViewer); }