export declare enum NotificationStatusEnum { PLANNED = "PLANNED", PROCESSED = "PROCESSED", FAILED = "FAILED" }