import { type ParsedLockFile } from '../types.js'; export declare function parsePnpm(input: string): Promise;