import { CzmObject, CzmViewer } from '../../../core'; import { CzmPoint } from '../../CzmObjects'; export declare class CzmCzmPoint extends CzmObject { static readonly type: void; private _updateObjectsToExcludeWrapper; constructor(sceneObject: CzmPoint, czmViewer: CzmViewer); }