import { type Obstacle, type Shapes, LngLat } from '../..'; export declare const createObstacle: (name: string, lngLat: LngLat, type?: Shapes) => Obstacle;