/// interface ImportMeta { env: ImportMetaEnv } interface ImportMetaEnv { HMR_PORT: number DEV_URL: string DEV: boolean } declare const process: { env: { NODE_ENV: string } }