import type { IndexAny } from '@mapbox-vue3/core/es/common'; export declare const BUFFER_LINE_LAYER_ORIGIN: { LINE_BORDER: string; LINE_BACKGROUND: string; RESIZER: string; CENTER_POINT: string; CLOSE_BUTTON: string; DISTANCE_COUNTER: string; }; export declare const BUFFER_LINE_SOURCE_ORIGIN = "line-buffer-source"; export declare const createBufferLineLayer: () => { BUFFER_LINE_LAYER: IndexAny; BUFFER_LINE_SOURCE: string; };