import { SyncOpts } from 'resolve'; import type { PackageJson } from './types'; interface FollowOptions extends Pick { ignoreFile?: string; catchReadFile?: (file: string) => void; catchPackageFilter?: (config: PackageJson, base: string, dir: string) => void; } export declare function follow(x: string, opts: FollowOptions): Promise; export {}; //# sourceMappingURL=follow.d.ts.map