import { CesiumTypes, PointStyle, Viewer } from '../type'; import { ForwardPath } from './forwardPath'; export declare class PolicePath extends ForwardPath { constructor(cesium: CesiumTypes, viewer: Viewer, style: PointStyle); }