/** * get_landmarks (change: add-structural-landmark-salience). * * The whole-repo UNION of structural-interest signals as labels — the one call that * answers "with no task in hand, what are the structural anchors of this repo * (optionally just the hubs / just the volatile ones)?". Each existing per-signal * tool (`get_critical_hubs`, `get_god_functions`, …) returns only one signal; this * composes them, reusing their classifiers, and emits labels + evidence with no * blended salience score (ranking is the caller's). Conclusion-shaped per the * conclusion-over-graph tool contract. */ export declare function handleGetLandmarks(directory: string, opts?: { limit?: number; label?: string; }): Promise; //# sourceMappingURL=landmarks.d.ts.map