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