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 } 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 }