import type { Hotspot } from './hotspots.js'; export declare function groupHotspots(hotspots: Hotspot[], architecturalGroups: Record): Hotspot[]; //# sourceMappingURL=group-hotspots.d.ts.map