export const VERSION = '0.0.0'; export * from './fleet/interaction-service-profile.js'; export * from './fleet/tmux-runtime-transport.js'; export * from './fleet/matrix-native-runtime-transport.js'; export { backgroundUpdateCheck, checkForUpdate, checkForAllUpdates, formatUpdateNotice, formatAllPackagesTable, getInstallCommand, getInstallAllCommand, getInstalledVersion, getLatestVersion, semverLt, type UpdateCheckResult, type PackageUpdateResult, } from './runtime/update-checker.js';