import type { MCPToolCallResult } from '../transport/types.js'; import type { ResponseSchema } from './types.js'; /** * Infer a response schema from an MCP tool response. */ export declare function inferResponseSchema(response: MCPToolCallResult): ResponseSchema | null; export declare function extractTextContent(response: MCPToolCallResult): string | null; //# sourceMappingURL=schema-inferrer.d.ts.map