import { Ref } from '@nuxtjs/composition-api'; declare function sharedRef(value: T, key: string): Ref; declare function sharedRef(key: string, _?: any): Ref; export { sharedRef };