import type { Context as HonoContext } from "hono"; import { Context } from "../../agent/Context"; export declare function contextFromRequest(c: HonoContext): Context;