diff --git a/packages/bun-types/globals.d.ts b/packages/bun-types/globals.d.ts index 47ccb85e79..f993781011 100644 --- a/packages/bun-types/globals.d.ts +++ b/packages/bun-types/globals.d.ts @@ -367,7 +367,7 @@ interface Process { platform: Platform; argv: string[]; execArgv: string[]; - env: Bun.Env; + env: import("bun").Env; /** Whether you are using Bun */ isBun: 1; // FIXME: this should actually return a boolean