/** * Rule that checks for duplicate `id` attribute values within a document. * * Walks all elements and collects `id` values, reporting any that have * already been seen. Dynamic values and directive attributes are excluded * from the check. */ declare const _default: Readonly>; export default _default;