import { BaseTool } from './base.js'; import { ServerInfo } from '../types.js'; export declare class GetServerInfoTool extends BaseTool { getName(): string; getDescription(): string; getInputSchema(): any; execute(): Promise; } //# sourceMappingURL=get-server-info.d.ts.map