import { DrawType, DrawOptions } from './types'; export declare class DrawTool { private viewer; private Cesium; private activeDrawer; constructor(Cesium: any, viewer: any); draw(type: DrawType, options: DrawOptions): void; clear(): void; cancel(): void; }