export class CommandService { constructor(...args: any[]); static create(...args: any[]): CommandService; [key: string]: any; }