4 lines
195 B
TypeScript
4 lines
195 B
TypeScript
import type { LSPServerConfig } from "./types";
|
|
export declare const LSP_INSTALL_HINTS: Record<string, string>;
|
|
export declare const BUILTIN_SERVERS: Record<string, Omit<LSPServerConfig, "id">>;
|