export declare function getVersion(): string; export declare const VERSION: string; interface UpdateInfo { hasUpdate: boolean; latestVersion: string; currentVersion: string; updateAvailable?: boolean; } export declare function checkForUpdates(): Promise; export declare function showUpdateNotification(updateInfo: UpdateInfo): void; export declare function performUpdate(): Promise; export declare function shouldCheckForUpdates(): boolean; export {}; //# sourceMappingURL=updater.d.ts.map