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