import type { Context, Next } from "hono"; import type { Spanwise } from "../client.js"; export declare function createHonoMiddleware(spanwise: Spanwise): (c: Context, next: Next) => Promise; //# sourceMappingURL=hono.d.ts.map