import { type Env, Hono } from "hono"; import type { FetchFn, FiberplaneAppType } from "../../types.js"; export default function createTracesApiRoute(fetchFn: FetchFn, otelEndpoint?: string, otelToken?: string): Hono, import("hono/types").BlankSchema, "/">;