/// declare module '*.vue' { import { DefineComponent } from 'vue' // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component } interface ImportMetaEnv { VITE_ORIGIN: string VITE_API_BASE: string } declare module 'nprogress' declare const FB: any declare const google: any declare const Beacon: any declare const Swiper: any