/**
 * Add or configure a server by name
 */
export declare function addOrConfigureServer(serverName: string): Promise<void>;
