/**
 * Agent Routes
 * Endpoints for agent execution and streaming
 */
import type { RouteGroup } from "../../types/index.js";
/**
 * Create agent routes
 */
export declare function createAgentRoutes(basePath?: string): RouteGroup;
