import type { LspServerConfig } from "./types.ts"; export declare const LANGUAGE_SERVER_REGISTRY: Record; export declare function getLanguageIdFromExtension(filePath: string): string | undefined; export declare function autoDetectServers(directory: string): string[]; export declare function getServerConfig(languageId: string): LspServerConfig | null; export declare function isServerAvailable(languageId: string): boolean; //# sourceMappingURL=servers.d.ts.map