import { BaseRule } from './Rule'; import { RuleContext, CodeSmell } from '../types'; export declare class TodoFIXMERule extends BaseRule { name: string; description: string; private maxDensity; constructor(maxDensity?: number); run(context: RuleContext): CodeSmell[]; } //# sourceMappingURL=TodoFIXMERule.d.ts.map