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