/** * Uses a MutationObserver to wait for an element to be added to the DOM. */ declare function waitForElement(selector: string): Promise; export { waitForElement };