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