/** * This hook attaches `activeElementToJson()` function to the `window` object in development mode. * The function allows developers to activate an element, and print the entire element tree to console. */ export declare const useDebugUtilities: () => void;