/** * Removes persisted restart confirmation metadata. * Expects: dataDir points to the plugin data directory. */ export declare function upgradeRestartPendingClear(dataDir: string): Promise; //# sourceMappingURL=upgradeRestartPendingClear.d.ts.map