/** * graph:near-duplicate-function-body — LSH-banded MinHash near-clone detection. * * Complements `graph:duplicated-function-body` (exact hash). The detection algorithm now * lives in `@opensip-cli/clone-detection` (ADR-0064); this rule is a thin adapter that * maps the catalog to `CloneCandidate[]` (stamping `language` from `languageOfFile` for * the same-language gate, which stays in graph), calls `findNearDuplicates`, and wraps * each cluster into a graph `Signal` with the unchanged message/severity/metadata. */ export declare const nearDuplicateFunctionBodyRule: import("../types.js").Rule; //# sourceMappingURL=near-duplicate-function-body.d.ts.map