/** Types of elements found in htmlparser2's DOM */ export declare enum ElementType { /** Type for the root element of a document */ Root = 'root', /** Type for Text */ Text = 'text', /** Type for */ Directive = 'directive', /** Type for */ Comment = 'comment', /** Type for