declare const isNodeElement: (node: Node) => boolean; declare const isNodeComment: (node: Node) => boolean; export { isNodeElement, isNodeComment };