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