/**
* Rule that validates there are no duplicate `
` elements within a ``.
*
* Iterates through each definition list and checks that no two `- ` elements
* (direct children or wrapped in `
`) share the same text content.
*/
declare const _default: Readonly>;
export default _default;