import { type MaybeRef, type UnwrapNestedRefs } from 'vue'; export declare function toReactive(objectRef: MaybeRef): UnwrapNestedRefs;