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