import type { Hono } from "hono"; import { type ApiRouteDeps } from "@opengeni/core"; /** Registration is not an execution grant. The durable runtime must separately * validate the exact binding generation and accepted execution context. */ export declare function registerHostMcpBindingRoutes(app: Hono, deps: ApiRouteDeps): void;