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