import { Rule } from '../../types'; /** * unused/exports — Detects exported symbols from TypeScript files * that are not imported anywhere else in the project. */ export declare const unusedExportsRule: Rule; //# sourceMappingURL=exports.d.ts.map