/** * Invoke Route * * POST /invoke - Start a new agent invocation with input. */ import { Hono } from "hono"; import type { Runtime, Action } from "@gizmo-ai/runtime"; /** * Create the invoke route */ export declare function createInvokeRoute, A extends Action>(runtime: Runtime): Hono; //# sourceMappingURL=invoke.d.ts.map