/** * Updater Module * * Self-update functionality for Pluginator CLI. */ export { detectInstallMethod, getInstallMethodDisplayName, getUpdateCommand, supportsAutoUpdate, type InstallMethod, } from './install-method.js'; export { UpdaterService, createUpdaterService, getUpdaterService, resetUpdaterService, type NpmPackageInfo, type UpdateCheckCache, type UpdateInfo, } from './updater-service.js'; //# sourceMappingURL=index.d.ts.map