import type { MapGeoJSONFeature } from 'maplibre-gl'; export declare const dedupeFeatures: (features: readonly MapGeoJSONFeature[]) => MapGeoJSONFeature[]; export declare const getFeatureTitle: (feature: MapGeoJSONFeature) => string;