import type { IServerManager } from "../types.js";
import { z } from "zod";
import { MCPServerTool } from "./base.js";
declare const PresentActiveServerSchema: z.ZodObject<{}, z.core.$strip>;
export declare class AcquireActiveMCPServerTool extends MCPServerTool<typeof PresentActiveServerSchema> {
    name: string;
    description: string;
    schema: z.ZodObject<{}, z.core.$strip>;
    constructor(manager: IServerManager);
    _call(): Promise<string>;
}
export {};
//# sourceMappingURL=acquire_active_mcp_server.d.ts.map