///
interface ImportMetaEnv {
readonly FT_NODE_ENV: string
readonly FT_WS_URL: string
readonly FT_PROXY: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
declare const __APP_VERSION__: string
declare const __DEVICE_TYPE__: string
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent