import { MutableRefObject } from "react"; export declare function useLast(value: T): MutableRefObject;