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