export declare const observeMutationsUntilConditionMet: (element: Element, condition: () => boolean, body: () => void) => void;