/// interface ImportMetaEnv { readonly VITE_API_BASE_URL: string readonly VITE_API_KEY: string readonly VITE_USER_EMAIL: string readonly VITE_ESTABELECIMENTO_ID: string readonly VITE_BASE_URL_OPEN_CODEX_APIs: string readonly VITE_BASE_URL_HGTX_CORE_API: string readonly VITE_BASE_URL_HGTX_CORE: string } interface ImportMeta { readonly env: ImportMetaEnv }