declare module "bun" { interface Env { TOKEN: string; } }