import { type ParsedLock, type PnpmLockFile } from "./types.js"; export declare function parsePnpmLock(yaml: PnpmLockFile): ParsedLock;