/** * cv update — Effortless CLI upgrading * * Programmatically runs 'npm install -g careervivid@latest' * to upgrade the CLI to the latest version. */ import { Command } from "commander"; export declare function registerUpdateCommand(program: Command): void; //# sourceMappingURL=update.d.ts.map