/** * Flags files re-exporting from more modules than `maxReexports` allows. * Barrel files transitively drag an entire dependency closure into an * agent's context, block tree-shaking, and cause import cycles. */ import type { Rule } from 'eslint'; declare const rule: Rule.RuleModule; export default rule;