export declare function createCommand(key: string, groupname: string, consumername: string): string[]; export declare function xgroupDelconsumer(this: T, key: string, groupname: string, consumername: string): Promise;