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