// src/global.d.ts import type { Context as HonoContext } from "hono" declare global { type Context = HonoContext }