export declare class McpPoolClient { private socketPath; constructor(socketPath: string); listTools(serverId: string): Promise; callTool(serverId: string, toolName: string, args: unknown): Promise; private request; }