/**
 * Knowledge API 路由 (V3)
 * 统一知识条目的 CRUD + 生命周期操作
 * 替代 recipes.js + candidates.js （旧路由继续保留用于向后兼容）
 */
declare const router: import("express-serve-static-core").Router;
export default router;
