declare const MO: { new (callback: MutationCallback): MutationObserver; prototype: MutationObserver; }; declare const MutationObserverObserve: (target: Node, options?: MutationObserverInit) => void; export { MO as MutationObserver, MutationObserverObserve }; //# sourceMappingURL=mutation-observer.d.ts.map