/** * CareerVivid CLI — Update Notifier * * This module checks the npm registry for newer versions of the CLI * and prints a non-intrusive message if an update is available. */ export declare function checkForUpdates(): Promise; //# sourceMappingURL=updates.d.ts.map