export declare class ZLocalzUpdater {
    private packageJson;
    private notifier;
    private autoUpdateEnabled;
    constructor(autoUpdateEnabled?: boolean);
    private initializeUpdater;
    private setupAutoUpdate;
    private performSilentUpdate;
    private displayUpdateNotification;
    private getUpdateTypeEmoji;
    checkForUpdates(): Promise<void>;
    performAutoUpdate(silent?: boolean): Promise<boolean>;
    getChangelogUrl(): string;
    private saveUpdateInfo;
    getUpdateInfo(): Promise<any>;
    showReleaseNotes(): Promise<void>;
    showWelcomeMessage(): Promise<void>;
}
//# sourceMappingURL=updater.d.ts.map