import { type ShallowRef } from 'vue'; export declare function useMemo(getValue: (...arg: any[]) => T, sources: any[]): ShallowRef;