import { CommandParser } from '../client/parser'; import { RedisArgument, ArrayReply, BlobStringReply } from '../RESP/types'; declare const _default: { readonly IS_READ_ONLY: true; /** * Returns one or more random members from a sorted set. * @param parser - The Redis command parser. * @param key - Key of the sorted set. * @param count - Number of members to return. */ readonly parseCommand: (this: void, parser: CommandParser, key: RedisArgument, count: number) => void; readonly transformReply: () => ArrayReply; }; export default _default; //# sourceMappingURL=ZRANDMEMBER_COUNT.d.ts.map