import type { ToolCall, ContentSegment } from '../types/search';
export declare function splitContentByToolCalls(content: string | undefined, toolCalls: ToolCall[] | undefined): ContentSegment[];
