type UpgradeRestartRunOptions = { strategy: "pm2"; processName: string; sendStatus: (text: string) => Promise; }; /** * Restarts the configured Daycare process without running upgrade install steps. * Expects: strategy is supported and processName is a non-empty PM2 process identifier. */ export declare function upgradeRestartRun(options: UpgradeRestartRunOptions): Promise; export {}; //# sourceMappingURL=upgradeRestartRun.d.ts.map