import { GlobOptions } from 'glob'; export declare function globStream(pattern: string, options?: GlobOptions): AsyncGenerator;