import AuxiliaryRule from './AuxiliaryRule.js'; /** * The comment. * See https://www.w3.org/TR/xml/#NT-Comment */ declare class CommentRule extends AuxiliaryRule { constructor(); } export default CommentRule; //# sourceMappingURL=CommentRule.d.ts.map