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