export declare const connectMutationObserver: (element: HTMLElement, handler: (mutations: MutationRecord[]) => void) => MutationObserver;