import type { env } from "./lib/environment.ts"; type ImportMetaEnv = typeof env; interface ImportMeta { readonly env: ImportMetaEnv; }