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