/**
 * Tool Routes
 * Endpoints for tool listing, discovery, and execution
 */
import type { RouteGroup } from "../../types/index.js";
/**
 * Create tool routes
 */
export declare function createToolRoutes(basePath?: string): RouteGroup;
