import { PolylinePoint } from '../../math/geometry/polylinePoint'; import { VertexEvent } from '../spline/coneSpanner/VertexEvent'; import { Obstacle } from './obstacle'; export declare class BasicVertexEvent extends VertexEvent { Obstacle: Obstacle; constructor(obstacle: Obstacle, p: PolylinePoint); }