import type { ARIAVersion } from '@markuplint/ml-spec'; /** * Rule that validates all ID references in attributes point to existing elements. * * Checks DOMID and DOMID-list attributes (e.g., `for`, `aria-labelledby`), * ARIA ID reference properties, and fragment identifiers in hyperlinks (`href="#id"`). * Reports any reference to an ID that does not exist in the document. Skips * validation when dynamic IDs or preprocessor blocks are detected. */ declare const _default: Readonly>; export default _default;