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