/** * This function links node_modules from a path to the project. * This has a BROKEN/QUESTIONABLE mechanism to handle packages that was inside the workspace * This will break if there will be confecting packages in root and package. */ export declare const linkNodeModules: (toPath: string, fromNodeModules: string) => void; //# sourceMappingURL=link-test-dir.d.ts.map