import type { RespStreamInfo, RespStreamInfoFull } from '../index.ts'; export declare function createCommand(key: string, full?: boolean, count?: number): string[]; export declare function xinfoStream(this: T, key: string, full?: boolean, count?: number): Promise;