import ThemeCommand from '../../utilities/theme-command.js'; export default class LanguageServer extends ThemeCommand { static summary: string; static descriptionWithMarkdown: string; static description: string | undefined; static flags: { 'no-color': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; verbose: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; }