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