import type { CliArguments, WarningSink } from "./cli-helpers.js"; export declare const runUpdateWorkflow: (cliArguments: CliArguments, warn: WarningSink) => Promise; //# sourceMappingURL=cli-update.d.ts.map