declare module "bun" { interface Env { TOKEN: string; API: string; DB_URL: string; DB_TYPE: "sqlite" | "postgres"; } }