import type { IndexAny } from '@mapbox-vue3/core/es/common'; export declare const BUFFER_POLYGON_LAYER_ORIGIN: { POLYGON_BORDER: string; POLYGON_BACKGROUND: string; RESIZER: string; CENTER_POINT: string; CLOSE_BUTTON: string; DISTANCE_COUNTER: string; }; export declare const BUFFER_POLYGON_SOURCE_ORIGIN = "polygon-buffer-source"; export declare const createBufferPolygonLayer: () => { BUFFER_POLYGON_LAYER: IndexAny; BUFFER_POLYGON_SOURCE: string; }; export declare const formatPolyData: (data: T[][]) => T[][];