/**
 * Task HTTP API 路由 (v3.3 — Intent Lifecycle)
 *
 * 为 VS Code Extension `taskTool.ts` 提供 HTTP 转发端点。
 * 5 operations: prime, create, close, fail, record_decision
 *
 * 端点:
 *   POST /api/v1/task  — 统一入口（operation 路由）
 */
declare const router: import("express-serve-static-core").Router;
export default router;
