/** * Check for available updates and schedule a notification on process exit. * This is non-blocking: the registry check runs in a background subprocess. */ export declare function checkForUpdates(): void; //# sourceMappingURL=updateNotifier.d.ts.map