import { Connection, ConnectionOptions } from 'vscode-languageserver'; export declare function run(runServer: (connection: Connection) => void, runBackgroundThread: () => void): Promise; export declare function getConnectionOptions(): ConnectionOptions;