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