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