/** * Unified system tool call handler */ export declare class SystemToolHandler { /** * Handles system tool calls */ static handleSystemToolCall(toolName: string, toolArgs: Record): Promise; } //# sourceMappingURL=system-tool-handler.d.ts.map