/** * Check for updates and return a notification banner if available. * Returns the banner string if an update is available, or null otherwise. */ export declare function checkForUpdates(currentVersion: string): Promise; //# sourceMappingURL=update-checker.d.ts.map