import type { RespStreamAutoClaimResult } from '../index.ts'; export declare function createCommand(key: string, group: string, consumer: string, minIdleTime: number, start: string, count?: number, justid?: boolean): string[]; export declare function xautoclaim(this: T, key: string, group: string, consumer: string, minIdleTime: number, start: string, count?: number, justid?: boolean): Promise;