/** @type {Set} */ export declare const observers: Set; /** * Flushes all globally registered focusgroup MutationObservers by calling * `takeRecords()` on each, discarding any pending mutation records that were * caused by polyfill-managed attribute writes. This prevents infinite * cross-group loops between nested focusgroups whose subtrees overlap. */ export declare function flushAllObservers(): void;