/** * Tools Info Command * Get detailed information about a specific tool */ export interface ToolsInfoOptions { serverUrl?: string; json?: boolean; } /** * Get detailed tool information */ export declare function toolsInfo(toolName: string, options?: ToolsInfoOptions): Promise; //# sourceMappingURL=info.d.ts.map