type UpgradeRunOptions = { strategy: "pm2"; processName: string; sendStatus: (text: string) => Promise; version?: string; }; /** * Runs a full CLI upgrade and restart flow for the configured runtime strategy. * PM2 restart command errors are ignored only when PM2 state shows a successful restart. * Expects: strategy is supported and processName is a non-empty PM2 process identifier. */ export declare function upgradeRun(options: UpgradeRunOptions): Promise; export {}; //# sourceMappingURL=upgradeRun.d.ts.map