import { type ParsedLock } from "./types.js"; export declare function parseLockFile(packageRoot: string): Promise;