/**
 * Extract API 路由
 * 从路径或文本提取 Recipe 候选
 */
declare const router: import("express-serve-static-core").Router;
export default router;
