import type { RespSortedSetMember } from '../index.ts'; export declare function createCommand(key: string, count?: number): string[]; export declare function zpopmax(this: T, key: string, count?: number): Promise;