import { type Env, Hono } from "hono"; import type { FetchFn, FiberplaneAppType } from "../../types.js"; export default function createWorkflowsApiRoute(apiKey: string, fetchFn: FetchFn, fiberplaneServicesUrl: string): Hono, import("hono/types").BlankSchema, "/">;