export interface MutationObserverInfo { o?: MutationObserver; s: Set; } export declare const whenParsed: (element: HTMLElement, root: HTMLElement | ShadowRoot, callback: () => void) => void; //# sourceMappingURL=when-parsed.d.ts.map