/** * Check npm registry for latest version and warn if outdated. * Runs asynchronously, fails silently on any error. * Safe to call without awaiting (fire-and-forget). */ export declare function checkForUpdates(): Promise;