export declare function useLatestRef(value: T): { current: T; next: T; effect: () => void; };