/** * @module lib/dom * This module contains various functions for working with the DOM - [see the documentation for more info](https://github.com/Sv443-Network/UserUtils/blob/main/docs.md#dom) */ /** * Returns `unsafeWindow` if the `@grant unsafeWindow` is given, otherwise falls back to the regular `window` */ export declare function getUnsafeWindow(): Window; /** * Adds a parent container around the provided element * @returns Returns the new parent element */ export declare function addParent(element: TElem, newParent: TParentElem): TParentElem; /** * Adds global CSS style in the form of a `