/// <reference types="react" />
export declare const RefreshContext: import("react").Context<(_: any) => void>;
export declare function useRefreshRoot(): (_: any) => void;
