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