/** * Update CLI Command * * Actually upgrades @portel/photon to the latest version, * refreshes marketplace indexes, and shows what's new. */ import type { Command } from 'commander'; /** * Register the `update` command */ export declare function registerUpdateCommand(program: Command): void; //# sourceMappingURL=update.d.ts.map