import { Dispatch, SetStateAction } from 'react'; import type { StyleSpecification } from 'maplibre-gl'; export declare const addNewLayer: (type: string, setStyle: Dispatch>, layer_id?: string) => void;