imports.d.ts 34 KB

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