import type { Ref, WatchSource } from 'vue'; export declare function useMemo(getValue: () => T, condition: Array | object>, shouldUpdate?: (prev: any[], next: any[]) => boolean): Ref;