import { JSONData } from '@serenity-js/core/model'; /** * An information that the user should be notified about. * * @package */ export declare class Notification extends JSONData { static fromJSON(value: { message: string; }): Notification; } //# sourceMappingURL=Notification.d.ts.map