declare module "bun" { interface Env { PORT: string; NEXT_PUBLIC_WIBU_URL: string; } }