/** * graph:test-only-reachable — flag functions whose only callers live * in test files. Productive code should not depend on tests; functions * called *exclusively* from test files are likely test fixtures that * should live in __tests__/, not in the production tree. */ import type { Rule } from '../types.js'; export declare const testOnlyReachableRule: Rule; //# sourceMappingURL=test-only-reachable.d.ts.map