import type { RespStreamPendingEntry, RespStreamPendingInfo } from '../index.ts'; export declare function createCommand(key: string, group: string, start?: string, end?: string, count?: number, consumer?: string, idleTime?: number): string[]; export declare function xpending(this: T, key: string, group: string, start?: string, end?: string, count?: number, consumer?: string, idleTime?: number): Promise;