import type { Units } from '@turf/helpers'; import type { IndexAny } from '@mapbox-vue3/core/es/common'; export declare const svgDotTemplate = "\n \n"; export declare const bufferImages: (name?: string) => { name: string; type: string; url: string; }[]; export declare const bufferTuffOptions: { steps: number; units: Units; }; export declare const BUFFER_LAYER_ADDITIONAL: IndexAny; export type EventListItem = { event: any; target?: string | ((ev: any) => void); handler: (ev: any) => void; }; export type LngLatObj = { lng: number; lat: number; };