/**
* Wraps the given node with a new node with the given tag name.
*
* @param {Element} newNode The node to insert.
* @param {Element} referenceNode The node to wrap.
*/exportdefaultfunctionwrap(newNode: Element, referenceNode: Element): void;
//# sourceMappingURL=wrap.d.ts.map