export declare function onChildListMutation(element: HTMLElement, fn: (mutation?: MutationRecord) => void): MutationObserver; export declare function onFirstInteraction(element: HTMLElement): Promise;