import type { DependencyGraphSnapshot } from "../models.js"; /** Resolve child path for a dependency name from parent lock path (npm v2/v3 packages keys). */ export declare function resolveNpmPackagePath(packages: Record, parentPath: string, depName: string): string | undefined; export declare function buildGraphFromPackageLock(raw: Record, _rootDir: string): DependencyGraphSnapshot; //# sourceMappingURL=npm-lock.d.ts.map