import { type Ref } from 'vue'; /** Ref that is not tracked. */ export declare function constRef(value: T): Readonly>;