export declare class TreeBuilder { constructor(); private EMPTY_ELEMENT_TAGS; canBeEmptyElement(name: string): boolean; }