/** * A Node that is the parent of the current node. The parent of an element is an Element node, a Document node, or a DocumentFragment node */ export declare function getParentNode(element: Node): Node;