import { Marker, MarkerCluster } from 'leaflet';
export declare function getClusterAtCurrentZoom(currentZoom: number, marker: Marker): MarkerCluster | undefined;
