/// import { EventEmitter } from 'events'; import { Descriptor } from './FileSystem'; export declare class PathCollector extends EventEmitter { private readonly path; private readonly log; constructor(path: string); collect(patterns: string[], recursive?: boolean): Promise; resolve(pattern: string): Promise; }