import { type RouteEntry } from "./shared.js"; /** 09 §3 — the /threads wire area: chat streaming plus thread list/get/delete. */ export declare const threadRoutes: RouteEntry[];