import type { OpenAI } from 'openai'; import { type LLMToolResult } from '../../../LLMService.typedefs'; export declare function buildFunctionCallOutput(result: LLMToolResult): string | OpenAI.Responses.ResponseFunctionCallOutputItemList;