/**
 * Copyright (C) 2024 PoAI (Lutz Leonhardt)
 * This file is part of mcpm, based on work by MCP Club
 * Licensed under the GNU AGPL v3.0
 * See LICENSE file for details
 */
import type { MCPServerWithStatus } from '@mcpm/sdk';
export declare function generateToolPrompt(servers: MCPServerWithStatus[]): Promise<string>;
