/** * Update Command * Self-update the Paean CLI to the latest version via the detected package manager */ import { Command } from 'commander'; export declare const updateCommand: Command; //# sourceMappingURL=update.d.ts.map