import type { Style } from "maplibre-gl"; /** * Fetches and cleans a MapLibre style JSON, removing any graticule layer. */ export declare const useCleanMapStyle: (url: string) => Style | undefined; //# sourceMappingURL=useCleanMapStyle.d.ts.map