import type { LanguageServerState } from '../types'; export declare function register(server: LanguageServerState): void;