import type { ComputedRef } from 'vue'; export declare function useLatestValue(value: T, dependencies?: any[]): import("vue").ShallowRef;