/** * Safeguards React DOM operations against third-party script DOM manipulations * (e.g. Gokwik, Google Translate, Shopify themes replacing/moving DOM nodes). */ export declare function safeguardDOM(): void;