/// interface ImportMetaEnv { readonly SAFETWITCH_BACKEND_DOMAIN: string readonly SAFETWITCH_INSTANCE_DOMAIN: string readonly SAFETWITCH_HTTPS: string readonly SAFETWITCH_DEFAULT_LOCALE: string readonly SAFETWITCH_FALLBACK_LOCALE: string // more env variables... } interface ImportMeta { readonly env: ImportMetaEnv }