/** * Rule that checks for missing end tags on non-void HTML elements. * * Reports elements that are neither void nor self-closing and have no * closing tag. Omitted elements and elements in documents configured * with `endTag: 'never'` are excluded. */ declare const _default: Readonly>; export default _default;