export declare function createCommand(key: string, group: string, ids: string[]): string[]; export declare function xack(this: T, key: string, group: string, ids: string[]): Promise;