import type { RespStreamEntry } from '../index.ts'; export declare function createCommand(key: string, end: string, start: string): string[]; export declare function xrevrange(this: T, key: string, end: string, start: string): Promise;