export declare const useDeepComputed: ({ get, set }: { get: () => unknown; set: (val: unknown) => void; }) => import("vue").Ref;