/** * get_map (change: add-hierarchical-map-navigation). * * A coarse-to-fine map of the call graph. With no `communityId` it returns the * REGION tier — communities as bounded super-nodes plus weighted inter-region * super-edges, and no function bodies — the high-level "lay of the land". With a * `communityId` it drills into one region at function granularity, reusing the * proven `get_cluster` view. Lets an agent plan region-to-region, then descend, * instead of stitching many `get_subgraph` calls. */ export declare function handleGetMap(directory: string, communityId?: string): Promise; //# sourceMappingURL=map.d.ts.map