import type { LSOptions } from './lib/types'; /** * Starts the language server. * * @param options Options to customize behavior */ export declare function startServer(options?: LSOptions): void;