/** * Removes the node and keep all children in place, return the parentNode where the children are attached * @param node the node to remove */ export default function unwrap(node: Node): Node | null;