/**
 * 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
 */
/**
 * Gets enabled MCP servers in a simplified format as a JSON string
 * @returns A JSON string of server names to their command and args
 */
export declare function getEnabledMCPServersAsJson(): Promise<string>;
export declare function startBridge(options?: {
    server?: string;
}): Promise<void>;
