import { FiledistConfig } from '../../types'; /** * `update` CLI action handler. * * Reads set definitions from the current config (preferred) or .filedist.lock * (fallback when no config), bumps all packages to their latest available * versions, runs a full install and writes an updated lockfile. */ export declare function runUpdate(config: FiledistConfig | null, argv: string[], cwd: string, lockfilePath: string): Promise; //# sourceMappingURL=update.d.ts.map