import { MarkerCluster, MarkerClusterGroup } from 'leaflet';
export declare function openCluster(clusterLayer: MarkerClusterGroup, cluster: MarkerCluster, onFinish?: () => void): void;
