import { ChatCompletion, ChatCompletionChunk } from '@multimodal/agent-interface'; /** * Reconstruct a ChatCompletion object from an array of chunks * This provides a compatible object for the onLLMResponse hook */ export declare function reconstructCompletion(chunks: ChatCompletionChunk[]): ChatCompletion; //# sourceMappingURL=stream-utils.d.ts.map