import { Command } from 'vscode-languageserver-types'; export declare function createCommand(title: string, command: string, ...args: any[]): Command;