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