imports.d.ts 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. // Generated by auto imports
  2. export {}
  3. declare global {
  4. const DELETE: typeof import('../../utils/request')['DELETE']
  5. const GET: typeof import('../../utils/request')['GET']
  6. const POST: typeof import('../../utils/request')['POST']
  7. const PUT: typeof import('../../utils/request')['PUT']
  8. const abortNavigation: typeof import('../../node_modules/nuxt/dist/app/composables/router')['abortNavigation']
  9. const addRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']
  10. const apiUse: typeof import('../../utils/request')['apiUse']
  11. const asyncFetchData: typeof import('../../utils/request')['asyncFetchData']
  12. const callOnce: typeof import('../../node_modules/nuxt/dist/app/composables/once')['callOnce']
  13. const cancelIdleCallback: typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']
  14. const clearError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['clearError']
  15. const clearNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']
  16. const clearNuxtState: typeof import('../../node_modules/nuxt/dist/app/composables/state')['clearNuxtState']
  17. const computed: typeof import('vue')['computed']
  18. const createError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['createError']
  19. const customRef: typeof import('vue')['customRef']
  20. const defineAppConfig: typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineAppConfig']
  21. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  22. const defineComponent: typeof import('vue')['defineComponent']
  23. const defineNuxtComponent: typeof import('../../node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']
  24. const defineNuxtLink: typeof import('../../node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']
  25. const defineNuxtPlugin: typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']
  26. const defineNuxtRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']
  27. const definePageMeta: typeof import('../../node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']
  28. const definePayloadPlugin: typeof import('../../node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']
  29. const definePayloadReducer: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']
  30. const definePayloadReviver: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']
  31. const effect: typeof import('vue')['effect']
  32. const effectScope: typeof import('vue')['effectScope']
  33. const fDELETE: typeof import('../../utils/request')['fDELETE']
  34. const fGET: typeof import('../../utils/request')['fGET']
  35. const fPOST: typeof import('../../utils/request')['fPOST']
  36. const fPUT: typeof import('../../utils/request')['fPUT']
  37. const getAppManifest: typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']
  38. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  39. const getCurrentScope: typeof import('vue')['getCurrentScope']
  40. const getRouteRules: typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']
  41. const getTime: typeof import('../../composables/publicFunction')['getTime']
  42. const getTitleLength: typeof import('../../composables/publicFunction')['getTitleLength']
  43. const h: typeof import('vue')['h']
  44. const hasInjectionContext: typeof import('vue')['hasInjectionContext']
  45. const inject: typeof import('vue')['inject']
  46. const injectHead: typeof import('../../node_modules/@unhead/vue')['injectHead']
  47. const isNuxtError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['isNuxtError']
  48. const isPrerendered: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['isPrerendered']
  49. const isProxy: typeof import('vue')['isProxy']
  50. const isReactive: typeof import('vue')['isReactive']
  51. const isReadonly: typeof import('vue')['isReadonly']
  52. const isRef: typeof import('vue')['isRef']
  53. const isShallow: typeof import('vue')['isShallow']
  54. const isVue2: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']
  55. const isVue3: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']
  56. const loadPayload: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['loadPayload']
  57. const markRaw: typeof import('vue')['markRaw']
  58. const mergeModels: typeof import('vue')['mergeModels']
  59. const navigateTo: typeof import('../../node_modules/nuxt/dist/app/composables/router')['navigateTo']
  60. const nextTick: typeof import('vue')['nextTick']
  61. const onActivated: typeof import('vue')['onActivated']
  62. const onBeforeMount: typeof import('vue')['onBeforeMount']
  63. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  64. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  65. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  66. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  67. const onDeactivated: typeof import('vue')['onDeactivated']
  68. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  69. const onMounted: typeof import('vue')['onMounted']
  70. const onNuxtReady: typeof import('../../node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']
  71. const onPrehydrate: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']
  72. const onRenderTracked: typeof import('vue')['onRenderTracked']
  73. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  74. const onScopeDispose: typeof import('vue')['onScopeDispose']
  75. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  76. const onUnmounted: typeof import('vue')['onUnmounted']
  77. const onUpdated: typeof import('vue')['onUpdated']
  78. const prefetchComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']
  79. const preloadComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadComponents']
  80. const preloadPayload: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['preloadPayload']
  81. const preloadRouteComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']
  82. const prerenderRoutes: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']
  83. const provide: typeof import('vue')['provide']
  84. const proxyRefs: typeof import('vue')['proxyRefs']
  85. const reactive: typeof import('vue')['reactive']
  86. const readonly: typeof import('vue')['readonly']
  87. const ref: typeof import('vue')['ref']
  88. const refreshCookie: typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']
  89. const refreshNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']
  90. const reloadNuxtApp: typeof import('../../node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']
  91. const requestData: typeof import('../../composables/getData')['requestData']
  92. const requestDataPromise: typeof import('../../composables/getData')['requestDataPromise']
  93. const requestDataWebUrl: typeof import('../../composables/getData')['requestDataWebUrl']
  94. const requestHome: typeof import('../../composables/getData')['requestHome']
  95. const requestIdleCallback: typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']
  96. const resolveComponent: typeof import('vue')['resolveComponent']
  97. const seoSetup: typeof import('../../composables/useSeo')['seoSetup']
  98. const setInterval: typeof import('../../node_modules/nuxt/dist/app/compat/interval')['setInterval']
  99. const setPageLayout: typeof import('../../node_modules/nuxt/dist/app/composables/router')['setPageLayout']
  100. const setResponseStatus: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']
  101. const shallowReactive: typeof import('vue')['shallowReactive']
  102. const shallowReadonly: typeof import('vue')['shallowReadonly']
  103. const shallowRef: typeof import('vue')['shallowRef']
  104. const showError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['showError']
  105. const toRaw: typeof import('vue')['toRaw']
  106. const toRef: typeof import('vue')['toRef']
  107. const toRefs: typeof import('vue')['toRefs']
  108. const toValue: typeof import('vue')['toValue']
  109. const triggerRef: typeof import('vue')['triggerRef']
  110. const tryUseNuxtApp: typeof import('../../node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']
  111. const unref: typeof import('vue')['unref']
  112. const updateAppConfig: typeof import('../../node_modules/nuxt/dist/app/config')['updateAppConfig']
  113. const useAppConfig: typeof import('../../node_modules/nuxt/dist/app/config')['useAppConfig']
  114. const useAsyncData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']
  115. const useAttrs: typeof import('vue')['useAttrs']
  116. const useCookie: typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['useCookie']
  117. const useCssModule: typeof import('vue')['useCssModule']
  118. const useCssVars: typeof import('vue')['useCssVars']
  119. const useError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['useError']
  120. const useFetch: typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useFetch']
  121. const useHead: typeof import('../../node_modules/@unhead/vue')['useHead']
  122. const useHeadSafe: typeof import('../../node_modules/@unhead/vue')['useHeadSafe']
  123. const useHydration: typeof import('../../node_modules/nuxt/dist/app/composables/hydrate')['useHydration']
  124. const useId: typeof import('vue')['useId']
  125. const useLazyAsyncData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']
  126. const useLazyFetch: typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']
  127. const useLink: typeof import('vue-router')['useLink']
  128. const useLoadingIndicator: typeof import('../../node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']
  129. const useModel: typeof import('vue')['useModel']
  130. const useNuxtApp: typeof import('../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp']
  131. const useNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']
  132. const useNuxtDevTools: typeof import('../../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']
  133. const usePreviewMode: typeof import('../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']
  134. const useRequestEvent: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']
  135. const useRequestFetch: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']
  136. const useRequestHeader: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']
  137. const useRequestHeaders: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']
  138. const useRequestURL: typeof import('../../node_modules/nuxt/dist/app/composables/url')['useRequestURL']
  139. const useResponseHeader: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']
  140. const useRoute: typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRoute']
  141. const useRouteAnnouncer: typeof import('../../node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']
  142. const useRouter: typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRouter']
  143. const useRuntimeConfig: typeof import('../../node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']
  144. const useRuntimeHook: typeof import('../../node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']
  145. const useScript: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScript']
  146. const useScriptClarity: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity']
  147. const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics']
  148. const useScriptCrisp: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp']
  149. const useScriptEventPage: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage']
  150. const useScriptFathomAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics']
  151. const useScriptGoogleAdsense: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense']
  152. const useScriptGoogleAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics']
  153. const useScriptGoogleMaps: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps']
  154. const useScriptGoogleTagManager: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager']
  155. const useScriptHotjar: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar']
  156. const useScriptIntercom: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom']
  157. const useScriptLemonSqueezy: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy']
  158. const useScriptMatomoAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics']
  159. const useScriptMetaPixel: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel']
  160. const useScriptNpm: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm']
  161. const useScriptPlausibleAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics']
  162. const useScriptSegment: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment']
  163. const useScriptStripe: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe']
  164. const useScriptTriggerConsent: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent']
  165. const useScriptTriggerElement: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement']
  166. const useScriptVimeoPlayer: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer']
  167. const useScriptXPixel: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel']
  168. const useScriptYouTubePlayer: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer']
  169. const useSeoMeta: typeof import('../../node_modules/@unhead/vue')['useSeoMeta']
  170. const useServerHead: typeof import('../../node_modules/@unhead/vue')['useServerHead']
  171. const useServerHeadSafe: typeof import('../../node_modules/@unhead/vue')['useServerHeadSafe']
  172. const useServerSeoMeta: typeof import('../../node_modules/@unhead/vue')['useServerSeoMeta']
  173. const useShadowRoot: typeof import('vue')['useShadowRoot']
  174. const useSlots: typeof import('vue')['useSlots']
  175. const useState: typeof import('../../node_modules/nuxt/dist/app/composables/state')['useState']
  176. const useTemplateRef: typeof import('vue')['useTemplateRef']
  177. const useTransitionState: typeof import('vue')['useTransitionState']
  178. const watch: typeof import('vue')['watch']
  179. const watchEffect: typeof import('vue')['watchEffect']
  180. const watchPostEffect: typeof import('vue')['watchPostEffect']
  181. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  182. const withCtx: typeof import('vue')['withCtx']
  183. const withDirectives: typeof import('vue')['withDirectives']
  184. const withKeys: typeof import('vue')['withKeys']
  185. const withMemo: typeof import('vue')['withMemo']
  186. const withModifiers: typeof import('vue')['withModifiers']
  187. const withScopeId: typeof import('vue')['withScopeId']
  188. }
  189. // for type re-export
  190. declare global {
  191. // @ts-ignore
  192. export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  193. import('vue')
  194. }
  195. // for vue template auto import
  196. import { UnwrapRef } from 'vue'
  197. declare module 'vue' {
  198. interface ComponentCustomProperties {
  199. readonly DELETE: UnwrapRef<typeof import('../../utils/request')['DELETE']>
  200. readonly GET: UnwrapRef<typeof import('../../utils/request')['GET']>
  201. readonly POST: UnwrapRef<typeof import('../../utils/request')['POST']>
  202. readonly PUT: UnwrapRef<typeof import('../../utils/request')['PUT']>
  203. readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
  204. readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
  205. readonly apiUse: UnwrapRef<typeof import('../../utils/request')['apiUse']>
  206. readonly asyncFetchData: UnwrapRef<typeof import('../../utils/request')['asyncFetchData']>
  207. readonly callOnce: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/once')['callOnce']>
  208. readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
  209. readonly clearError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['clearError']>
  210. readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
  211. readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
  212. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  213. readonly createError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['createError']>
  214. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  215. readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
  216. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  217. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  218. readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
  219. readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
  220. readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
  221. readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
  222. readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']>
  223. readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
  224. readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
  225. readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
  226. readonly effect: UnwrapRef<typeof import('vue')['effect']>
  227. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  228. readonly fDELETE: UnwrapRef<typeof import('../../utils/request')['fDELETE']>
  229. readonly fGET: UnwrapRef<typeof import('../../utils/request')['fGET']>
  230. readonly fPOST: UnwrapRef<typeof import('../../utils/request')['fPOST']>
  231. readonly fPUT: UnwrapRef<typeof import('../../utils/request')['fPUT']>
  232. readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
  233. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  234. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  235. readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
  236. readonly getTime: UnwrapRef<typeof import('../../composables/publicFunction')['getTime']>
  237. readonly getTitleLength: UnwrapRef<typeof import('../../composables/publicFunction')['getTitleLength']>
  238. readonly h: UnwrapRef<typeof import('vue')['h']>
  239. readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
  240. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  241. readonly injectHead: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['injectHead']>
  242. readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
  243. readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['isPrerendered']>
  244. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  245. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  246. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  247. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  248. readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
  249. readonly isVue2: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
  250. readonly isVue3: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
  251. readonly loadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
  252. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  253. readonly mergeModels: UnwrapRef<typeof import('vue')['mergeModels']>
  254. readonly navigateTo: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['navigateTo']>
  255. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  256. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  257. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  258. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  259. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  260. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  261. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  262. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  263. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  264. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  265. readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
  266. readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
  267. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  268. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  269. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  270. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  271. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  272. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  273. readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
  274. readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
  275. readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
  276. readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
  277. readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
  278. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  279. readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
  280. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  281. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  282. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  283. readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
  284. readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
  285. readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
  286. readonly requestData: UnwrapRef<typeof import('../../composables/getData')['requestData']>
  287. readonly requestDataPromise: UnwrapRef<typeof import('../../composables/getData')['requestDataPromise']>
  288. readonly requestDataWebUrl: UnwrapRef<typeof import('../../composables/getData')['requestDataWebUrl']>
  289. readonly requestHome: UnwrapRef<typeof import('../../composables/getData')['requestHome']>
  290. readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
  291. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  292. readonly seoSetup: UnwrapRef<typeof import('../../composables/useSeo')['seoSetup']>
  293. readonly setInterval: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/interval')['setInterval']>
  294. readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
  295. readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']>
  296. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  297. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  298. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  299. readonly showError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['showError']>
  300. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  301. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  302. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  303. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  304. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  305. readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
  306. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  307. readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/config')['updateAppConfig']>
  308. readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/config')['useAppConfig']>
  309. readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
  310. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  311. readonly useCookie: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
  312. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  313. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  314. readonly useError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['useError']>
  315. readonly useFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
  316. readonly useHead: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useHead']>
  317. readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useHeadSafe']>
  318. readonly useHydration: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
  319. readonly useId: UnwrapRef<typeof import('vue')['useId']>
  320. readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
  321. readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
  322. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  323. readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
  324. readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
  325. readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
  326. readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
  327. readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']>
  328. readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
  329. readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
  330. readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
  331. readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
  332. readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
  333. readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
  334. readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
  335. readonly useRoute: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRoute']>
  336. readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
  337. readonly useRouter: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRouter']>
  338. readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
  339. readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
  340. readonly useScript: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScript']>
  341. readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity']>
  342. readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics']>
  343. readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp']>
  344. readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage']>
  345. readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics']>
  346. readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense']>
  347. readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics']>
  348. readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps']>
  349. readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager']>
  350. readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar']>
  351. readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom']>
  352. readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy']>
  353. readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics']>
  354. readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel']>
  355. readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm']>
  356. readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics']>
  357. readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment']>
  358. readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe']>
  359. readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent']>
  360. readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement']>
  361. readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer']>
  362. readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel']>
  363. readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer']>
  364. readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useSeoMeta']>
  365. readonly useServerHead: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useServerHead']>
  366. readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useServerHeadSafe']>
  367. readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useServerSeoMeta']>
  368. readonly useShadowRoot: UnwrapRef<typeof import('vue')['useShadowRoot']>
  369. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  370. readonly useState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/state')['useState']>
  371. readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
  372. readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
  373. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  374. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  375. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  376. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  377. readonly withCtx: UnwrapRef<typeof import('vue')['withCtx']>
  378. readonly withDirectives: UnwrapRef<typeof import('vue')['withDirectives']>
  379. readonly withKeys: UnwrapRef<typeof import('vue')['withKeys']>
  380. readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
  381. readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
  382. readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
  383. }
  384. }