/** Types of elements found in htmlparser2's DOM */ export declare const enum ElementType { /** Type for Text */ Text = "text", /** Type for ... ?> */ Directive = "directive", /** Type for */ Comment = "comment", /** Type for