import { CommandParser } from '../client/parser'; import { ArrayReply, BlobStringReply } from '../RESP/types'; import { RedisVariadicArgument } from './generic-transformers'; declare const _default: { readonly IS_READ_ONLY: true; /** * Returns the difference between the first sorted set and all the successive sorted sets. * @param parser - The Redis command parser. * @param keys - Keys of the sorted sets. */ readonly parseCommand: (this: void, parser: CommandParser, keys: RedisVariadicArgument) => void; readonly transformReply: () => ArrayReply; }; export default _default; //# sourceMappingURL=ZDIFF.d.ts.map