declare module "bun" { interface Env { CONVEX_URL: string API_KEY: string } }