Remove dead exports
Exported symbols with no known consumers increase maintenance overhead.
#Metadata
#Why it matters
Dead exports are accidental API surface that should be removed or documented.
#Remediation
Remove dead exports, make them internal, or document supported public entrypoints.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.quality.no-dead-export.rule.yaml.