import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { ServerContext } from "../register-tools.js"; export declare function registerLspDiagnostics(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=lsp-diagnostics.d.ts.map