import { Notification } from './Notification'; export declare class NotificationFactory { fromPayload(payload: any): Notification; }