import { MutableRefObject } from 'react'; export declare const useLatest: (value: T) => MutableRefObject;