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