import { Text, Element, Node, Document, NodeWithChildren } from 'domhandler'; export { Text, Element, Node, NodeWithChildren, Document }; export declare function isDomText(node: any): node is Text; export declare function isDomElement(node: any): node is Element; //# sourceMappingURL=dom-utils.d.ts.map