import { BaseResource } from "../../internal/Api/BaseResource"; import { type ToolCallResponse } from "./types"; export declare class ToolCall extends BaseResource { private basePath; callTool(sessionId: string, toolName: string, toolParams?: Record): Promise; }