import { CzmObject, CzmViewer } from '../../../core'; import { CzmPolylineGroundPrimitive } from '../../CzmObjects'; export declare class CzmCzmPolylineGroundPrimitive extends CzmObject { static readonly type: void; constructor(polyline: CzmPolylineGroundPrimitive, czmViewer: CzmViewer); }