import type { CommandZRangeOptions, RespSortedSetMember } from '../index.ts'; export declare function createCommand(key: string, min: string, max: string, options: CommandZRangeOptions): string[]; export declare function zrange(this: T, key: string, min: string, max: string, options?: CommandZRangeOptions): Promise;