/** * [WHO]: Provides discoverLspServers() * [FROM]: Depends on node:child_process (which probing) * [TO]: Consumed by ./lsp-server-manager.ts * [HERE]: extensions/builtin/lsp/lsp-config.ts - built-in LSP server discovery via which probing */ import type { LspServerConfig } from "./types.js"; export declare function discoverLspServers(): Promise>;