/** * Background update check — runs silently, never blocks, never throws. * Shows a one-line notice if a newer version exists. */ export declare function checkForUpdates(currentVersion: string): Promise;