import { Notifier, NotifierMessagePayload } from "../classes/notifier"; export declare class NewVersionNotifier extends Notifier { constructor(); buildNotification(): Promise; }