import { CzmObject, CzmViewer } from 'vtxf-xe2/dist-node/xe2-cesium-objects'; import { CzmPathSlope } from './CzmPathSlope'; export declare class CzmCzmPathSlope extends CzmObject { static readonly type: void; private _calculatingProcessing; constructor(czmPathSlope: CzmPathSlope, czmViewer: CzmViewer); }