import type { HandlerConfig, HandlerRequest, HandlerResponse, Tool } from '../utils/types.js'; export declare const ROUTER_TOOLS: Tool[]; export declare const ROUTER_HANDLERS: Record Promise>;