/**
 * Search API 路由
 * 统一搜索接口 - 搜 Recipe（含所有知识类型）
 */
declare const router: import("express-serve-static-core").Router;
export default router;
