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