import { onActivated as _onActivated, onBeforeMount as _onBeforeMount, onBeforeUnmount as _onBeforeUnmount, onBeforeUpdate as _onBeforeUpdate, onDeactivated as _onDeactivated, onErrorCaptured as _onErrorCaptured, onMounted as _onMounted, onServerPrefetch as _onServerPrefetch, onUnmounted as _onUnmounted, onUpdated as _onUpdated, computed as _computed, customRef as _customRef, isReadonly as _isReadonly, isRef as _isRef, markRaw as _markRaw, reactive as _reactive, readonly as _readonly, ref as _ref, shallowReactive as _shallowReactive, shallowReadonly as _shallowReadonly, shallowRef as _shallowRef, toRaw as _toRaw, toRef as _toRef, toRefs as _toRefs, triggerRef as _triggerRef, unref as _unref, watch as _watch, watchEffect as _watchEffect, defineComponent as _defineComponent, defineAsyncComponent as _defineAsyncComponent, getCurrentInstance as _getCurrentInstance, h as _h, inject as _inject, nextTick as _nextTick, provide as _provide, useCssModule as _useCssModule } from 'vue-demi' declare global { const onActivated: typeof _onActivated const onBeforeMount: typeof _onBeforeMount const onBeforeUnmount: typeof _onBeforeUnmount const onBeforeUpdate: typeof _onBeforeUpdate const onDeactivated: typeof _onDeactivated const onErrorCaptured: typeof _onErrorCaptured const onMounted: typeof _onMounted const onServerPrefetch: typeof _onServerPrefetch const onUnmounted: typeof _onUnmounted const onUpdated: typeof _onUpdated const computed: typeof _computed const customRef: typeof _customRef const isReadonly: typeof _isReadonly const isRef: typeof _isRef const markRaw: typeof _markRaw const reactive: typeof _reactive const readonly: typeof _readonly const ref: typeof _ref const shallowReactive: typeof _shallowReactive const shallowReadonly: typeof _shallowReadonly const shallowRef: typeof _shallowRef const toRaw: typeof _toRaw const toRef: typeof _toRef const toRefs: typeof _toRefs const triggerRef: typeof _triggerRef const unref: typeof _unref const watch: typeof _watch const watchEffect: typeof _watchEffect const defineComponent: typeof _defineComponent const defineAsyncComponent: typeof _defineAsyncComponent const getCurrentInstance: typeof _getCurrentInstance const h: typeof _h const inject: typeof _inject const nextTick: typeof _nextTick const provide: typeof _provide const useCssModule: typeof _useCssModule }