import { useEffect } from 'react'; /** Обработчик изменения deps, вне первого рендера */ export declare const useUpdateEffect: typeof useEffect;