import { type LinterRule } from '../common';
/**
 * Rule that checks if hints are duplicated within the same comment rule.
 */
export declare const DuplicatedHints: LinterRule;
