/// /// interface ImportMetaEnv { PACKAGE_VERSION: string; PROD: boolean; } interface ImportMeta { readonly env: ImportMetaEnv; }