import type { Ref } from 'vue'; import { StorageType } from '@/constants'; export declare function usePersistence(storageKey: Ref | undefined, storageType?: Ref<`${StorageType}`> | `${StorageType}`, defaultValue?: T): Ref;