import type { LockFileObject } from '@yarnpkg/lockfile'; import type { ResolvedVersions } from './types/ResolvedVersions.js'; /** * Process yarn.lock file contents into a map of resolved package name+version. */ export declare function processYarnLock(lockFile: LockFileObject): ResolvedVersions; //# sourceMappingURL=processYarnLock.d.ts.map