/** * Returns the DOM mutations that occured during the callback. * * Can be used in test to ensure the expected DOM mutations happened (or not). */ export declare function observeMutations(target: Element, callback: () => void | Promise): Promise;