import * as UpdateNotifier from 'update-notifier'; export declare function notify(): void; export declare function getNotifierMessage(updateInfo: UpdateNotifier.UpdateInfo): string;