import type { MaybeRefOrGetter } from './_shared'; import type { Ref } from '@stacksjs/stx'; /** * Reactively convert a value to a string. */ export declare function useToString(value: MaybeRefOrGetter): Ref;