export const VERSION = '0.0.0'; export { backgroundUpdateCheck, checkForUpdate, checkForAllUpdates, formatUpdateNotice, formatAllPackagesTable, getInstallCommand, getInstallAllCommand, getInstalledVersion, getLatestVersion, semverLt, type UpdateCheckResult, type PackageUpdateResult, } from './runtime/update-checker.js';