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