/** * graph:wide-function — flag functions with too many parameters. A two-band * predicate over `FunctionOccurrence.params.length` (raw catalog data — no * feature column, hence no Plan C dependency). * * Bands (defaults from the dashboard's former Wide Functions view, * `view-wide.ts`: "above 5–6 worth scrutinizing"): * - `params.length <= warn` → no signal. * - `(warn, error]` → base `medium`. * - `> error` → base `high`. * * Thresholds are in-rule opinionated constants, overridable via * `config.wideFunctionWarnParams` / `wideFunctionErrorParams` (Phase A). The * emitted severity routes through the opt-in `applySeverityOverride` clamp * (ADR-0005). Language-agnostic: every adapter emits `params`. */ export declare const wideFunctionRule: import("../types.js").Rule; //# sourceMappingURL=wide-function.d.ts.map