export interface EachDepOptions { entrySource?: string; external?: boolean; alias?: Record; cache?: Map; } export declare function eachDep(entryFile: string, options?: EachDepOptions, seen?: Set): AsyncGenerator;