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