export declare const SafeObserver: {
    new (callback: MutationCallback): MutationObserver;
    prototype: MutationObserver;
};
