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