import type { CommandScanBaseOptions, RespSortedSetMember } from '../index.ts'; export declare function zscan(this: T, key: string, options?: CommandScanBaseOptions): AsyncGenerator;