import type { CheckResult, CheckDefinition, LspServerInfo } from "../types"; export declare function getLspServersInfo(): Promise; export declare function getLspServerStats(servers: LspServerInfo[]): { installed: number; total: number; }; export declare function checkLspServers(): Promise; export declare function getLspCheckDefinition(): CheckDefinition;