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