//#region src/dom/waitForElement.d.ts /** * Uses a MutationObserver to wait for an element to be added to the DOM. */ declare function waitForElement(selector: string): Promise; //#endregion export { waitForElement as t }; //# sourceMappingURL=waitForElement-DLpcirWQ.d.ts.map