import type { DependencyList } from "../types"; export declare function useLatestSharedValue(value: T, dependencies?: DependencyList): import("react-native-reanimated").SharedValue;