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