import type { RespStreamReadResult } from '../index.ts'; export declare function createCommand(keys: string[], ids: string[], count?: number, block?: number): string[]; export declare function xread(this: T, keys: string[], ids: string[], count?: number, block?: number): Promise;