import type { Map as maplibreMap } from 'maplibre-gl';
import type { UnclusteredOptions } from './types';
export declare function drawUnclusteredLayer(sourceName: string, map: maplibreMap, { showMarkerPopup, ...options }: UnclusteredOptions): {
    unclusteredLayerId: string;
};
