import type { ParsedLock, BerryLockFile } from "./types.js"; /** * Convert a Yarn Berry (v2+) YAML lock file contents into a standardized format. */ export declare function parseBerryLock(yaml: BerryLockFile): ParsedLock;