Node importNode(Node node, [bool? deep]) => node.internalCloneWithOwnerDocument(this, deep ?? false);