import { Path } from "./_namespaces/lpc";
export interface PackageDirWatcher {
    dirPathToWatcher: Map<Path, DirPathToWatcherOfPackageDirWatcher>;
    isSymlink: boolean;
}
//# sourceMappingURL=resolutionCache.d.ts.map