import { Message } from '../llm/types.js'; /** * Helper function to add a tool result to messages */ export declare function addToolResultToMessages(messages: Message[], toolUseId: string, toolResult: any, isError: boolean): void; //# sourceMappingURL=messageUtils.d.ts.map