import { OpenLayersObject, OpenLayersViewer } from '../../../base'; import { OlLineStringEditor } from './OlLineStringEditor'; export declare class OlOlLineStringEditor extends OpenLayersObject { static readonly type: void; constructor(sceneObject: OlLineStringEditor, olViewer: OpenLayersViewer); }