import { ToolCallChatResponseContentImpl } from '@theia/ai-chat/lib/common'; import { ToolCallResult } from '@theia/ai-core'; export declare class ClaudeCodeToolCallChatResponseContent extends ToolCallChatResponseContentImpl { static readonly type = "claude-code-tool-call"; constructor(id?: string, name?: string, arg_string?: string, finished?: boolean, result?: ToolCallResult); static is(content: unknown): content is ClaudeCodeToolCallChatResponseContent; } //# sourceMappingURL=claude-code-tool-call-content.d.ts.map