import type { MaybeComputedRef } from './types'; /** * Get the value of value/ref/getter. */ export declare function resolveUnref(r: MaybeComputedRef): T;