export declare enum NotificationStatus { PENDING = "pending", SUCCESS = "success", FAILURE = "failure" } //# sourceMappingURL=common.d.ts.map