import { Map, Marker } from 'leaflet';
export declare function isMarkerInCluster(map: Map, marker: Marker): boolean;
