/** Attach the singleton observer to a root (no-op on repeated calls). */ export declare const observeRoot: (root: Document | ShadowRoot) => void;