/** * API Contract Tools * MCP tool handlers for discovering and exploring API contract documentation */ /** * Main handler for API contract tools * Routes requests to appropriate logic based on tool name */ export declare function handleApiContractTool(name: string, args: Record): Promise<{ content: Array<{ type: string; text: string; }>; }>; //# sourceMappingURL=api-contracts.tool.d.ts.map