import type { MCPServerWithStatus } from '@mcpm/sdk';
export declare function formatMCPServers(servers: MCPServerWithStatus[]): string;
