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