import type { BeachballOptions } from '../types/BeachballOptions'; /** * Detects lockfile for npm, pnpm, or yarn and runs the appropriate command to update it */ export declare function updateLockFile(options: Pick): Promise; //# sourceMappingURL=updateLockFile.d.ts.map