import type { CommandScanOptions } from '../index.ts'; export declare function scan(this: T, options?: CommandScanOptions): AsyncGenerator;