/** * Creates a new MutationObserver in the browsing context of the given node. */ export declare function createMutationObserver(context: Node | Document | Window, callback: MutationCallback): MutationObserver;