export declare function useReactivated(callback: () => void): {
    isDeactivated: boolean;
};
