/* eslint-disable */ /* prettier-ignore */ // @ts-nocheck // Generated by unplugin-auto-import export {} declare global { const ApiService: typeof import('../../src/core/services/ApiService')['default'] const EffectScope: typeof import('vue')['EffectScope'] const JwtService: typeof import('../../src/core/services/JwtService')['default'] const LayoutService: typeof import('../../src/core/services/LayoutService')['default'] const PermissionNames: typeof import('../../src/core/services/PermissionNames')['default'] const RequestService: typeof import('../../src/core/services/RequestService')['default'] const Rs: typeof import('../../src/core/services/RequestService')['Rs'] const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate'] const addClass: typeof import('../../src/core/utils/index')['addClass'] const addDateRange: typeof import('../../src/core/utils/index')['addDateRange'] const beautifierConf: typeof import('../../src/core/utils/index')['beautifierConf'] const blobValidate: typeof import('../../src/core/utils/index')['blobValidate'] const byteLength: typeof import('../../src/core/utils/index')['byteLength'] const cache: typeof import('../../src/core/utils/cache')['default'] const camelCase: typeof import('../../src/core/utils/index')['camelCase'] const checkPermission: typeof import('../../src/core/services/PermissionService')['checkPermission'] const checkRole: typeof import('../../src/core/services/PermissionService')['checkRole'] const cleanArray: typeof import('../../src/core/utils/index')['cleanArray'] const computed: typeof import('vue')['computed'] const createApp: typeof import('vue')['createApp'] const createPinia: typeof import('pinia')['createPinia'] const createUniqueString: typeof import('../../src/core/utils/index')['createUniqueString'] const customRef: typeof import('vue')['customRef'] const debounce: typeof import('../../src/core/utils/index')['debounce'] const decrypt: typeof import('../../src/core/utils/crypto')['decrypt'] const deepClone: typeof import('../../src/core/utils/index')['deepClone'] const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] const defineComponent: typeof import('vue')['defineComponent'] const defineStore: typeof import('pinia')['defineStore'] const del: typeof import('../../src/core/services/RequestService')['del'] const destroyToken: typeof import('../../src/core/services/JwtService')['destroyToken'] const download: typeof import('../../src/core/services/RequestService')['download'] const effectScope: typeof import('vue')['effectScope'] const encrypt: typeof import('../../src/core/utils/crypto')['encrypt'] const errorCode: typeof import('../../src/core/utils/errorCode')['default'] const exportDefault: typeof import('../../src/core/utils/index')['exportDefault'] const fileDownload: typeof import('../../src/core/utils/fileDownload')['default'] const formatDate: typeof import('../../src/core/utils/index')['formatDate'] const formatString: typeof import('../../src/core/utils/index')['formatString'] const formatTime: typeof import('../../src/core/utils/index')['formatTime'] const get: typeof import('../../src/core/services/RequestService')['get'] const getActivePinia: typeof import('pinia')['getActivePinia'] const getCurrentInstance: typeof import('vue')['getCurrentInstance'] const getCurrentScope: typeof import('vue')['getCurrentScope'] const getNormalPath: typeof import('../../src/core/utils/index')['getNormalPath'] const getQueryObject: typeof import('../../src/core/utils/index')['getQueryObject'] const getTime: typeof import('../../src/core/utils/index')['getTime'] const getToken: typeof import('../../src/core/services/JwtService')['getToken'] const h: typeof import('vue')['h'] const handleTree: typeof import('../../src/core/utils/index')['handleTree'] const hasClass: typeof import('../../src/core/utils/index')['hasClass'] const html2Text: typeof import('../../src/core/utils/index')['html2Text'] const inject: typeof import('vue')['inject'] const isArray: typeof import('../../src/core/utils/validate')['isArray'] const isExternal: typeof import('../../src/core/utils/validate')['isExternal'] const isHttp: typeof import('../../src/core/utils/validate')['isHttp'] const isNumberStr: typeof import('../../src/core/utils/index')['isNumberStr'] const isProxy: typeof import('vue')['isProxy'] const isReactive: typeof import('vue')['isReactive'] const isReadonly: typeof import('vue')['isReadonly'] const isRef: typeof import('vue')['isRef'] const isRelogin: typeof import('../../src/core/services/RequestService')['isRelogin'] const isString: typeof import('../../src/core/utils/validate')['isString'] const localCache: typeof import('../../src/core/utils/cache')['localCache'] const makeMap: typeof import('../../src/core/utils/index')['makeMap'] const mapActions: typeof import('pinia')['mapActions'] const mapGetters: typeof import('pinia')['mapGetters'] const mapState: typeof import('pinia')['mapState'] const mapStores: typeof import('pinia')['mapStores'] const mapWritableState: typeof import('pinia')['mapWritableState'] const markRaw: typeof import('vue')['markRaw'] const mergeRecursive: typeof import('../../src/core/utils/index')['mergeRecursive'] const message: typeof import('../../src/core/utils/message')['default'] const nextTick: typeof import('vue')['nextTick'] const objectMerge: typeof import('../../src/core/utils/index')['objectMerge'] const onActivated: typeof import('vue')['onActivated'] const onBeforeMount: typeof import('vue')['onBeforeMount'] const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave'] const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate'] const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] const onDeactivated: typeof import('vue')['onDeactivated'] const onErrorCaptured: typeof import('vue')['onErrorCaptured'] const onMounted: typeof import('vue')['onMounted'] const onRenderTracked: typeof import('vue')['onRenderTracked'] const onRenderTriggered: typeof import('vue')['onRenderTriggered'] const onScopeDispose: typeof import('vue')['onScopeDispose'] const onServerPrefetch: typeof import('vue')['onServerPrefetch'] const onUnmounted: typeof import('vue')['onUnmounted'] const onUpdated: typeof import('vue')['onUpdated'] const param2Obj: typeof import('../../src/core/utils/index')['param2Obj'] const param: typeof import('../../src/core/utils/index')['param'] const parseStrEmpty: typeof import('../../src/core/utils/index')['parseStrEmpty'] const parseTime: typeof import('../../src/core/utils/index')['parseTime'] const permissionNames: typeof import('../../src/core/services/PermissionNames')['permissionNames'] const post: typeof import('../../src/core/services/RequestService')['post'] const provide: typeof import('vue')['provide'] const put: typeof import('../../src/core/services/RequestService')['put'] const reactive: typeof import('vue')['reactive'] const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const removeClass: typeof import('../../src/core/utils/index')['removeClass'] const replaceAll: typeof import('../../src/core/utils/index')['replaceAll'] const request: typeof import('../../src/core/services/RequestService')['request'] const resetForm: typeof import('../../src/core/utils/index')['resetForm'] const resolveComponent: typeof import('vue')['resolveComponent'] const saveToken: typeof import('../../src/core/services/JwtService')['saveToken'] const selectDictLabel: typeof import('../../src/core/utils/index')['selectDictLabel'] const selectDictLabels: typeof import('../../src/core/utils/index')['selectDictLabels'] const sessionCache: typeof import('../../src/core/utils/cache')['sessionCache'] const setActivePinia: typeof import('pinia')['setActivePinia'] const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] const sprintf: typeof import('../../src/core/utils/index')['sprintf'] const storeToRefs: typeof import('pinia')['storeToRefs'] const tansParams: typeof import('../../src/core/utils/index')['tansParams'] const titleCase: typeof import('../../src/core/utils/index')['titleCase'] const toRaw: typeof import('vue')['toRaw'] const toRef: typeof import('vue')['toRef'] const toRefs: typeof import('vue')['toRefs'] const toValue: typeof import('vue')['toValue'] const toggleClass: typeof import('../../src/core/utils/index')['toggleClass'] const triggerRef: typeof import('vue')['triggerRef'] const uniqueArr: typeof import('../../src/core/utils/index')['uniqueArr'] const unref: typeof import('vue')['unref'] const useAttrs: typeof import('vue')['useAttrs'] const useCssModule: typeof import('vue')['useCssModule'] const useCssVars: typeof import('vue')['useCssVars'] const useCurrentInstance: typeof import('../../src/core/utils/useCurrentInstance')['default'] const useDict: typeof import('../../src/core/services/DictService')['useDict'] const useLink: typeof import('vue-router')['useLink'] const useRoute: typeof import('vue-router')['useRoute'] const useRouter: typeof import('vue-router')['useRouter'] const useSlots: typeof import('vue')['useSlots'] const validAlphabets: typeof import('../../src/core/utils/validate')['validAlphabets'] const validLowerCase: typeof import('../../src/core/utils/validate')['validLowerCase'] const validURL: typeof import('../../src/core/utils/validate')['validURL'] const validUpperCase: typeof import('../../src/core/utils/validate')['validUpperCase'] const validUsername: typeof import('../../src/core/utils/validate')['validUsername'] const waitDo: typeof import('../../src/core/utils/index')['waitDo'] const watch: typeof import('vue')['watch'] const watchEffect: typeof import('vue')['watchEffect'] const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } // for type re-export declare global { // @ts-ignore export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' }