/// /// interface ImportMetaEnv { DEV: boolean } interface ImportMeta { readonly env: ImportMetaEnv }