/** * Rule that warns against ambiguous navigable target names. * * Detects attribute values (e.g., `target`) that look like browsing context * keywords (such as `_blank`, `_self`) but are missing the leading underscore, * which would make them navigable target names instead of keywords. Suggests * adding the underscore prefix when applicable. */ declare const _default: Readonly>; export default _default;