export declare enum EnumCouponStatus { Valid = "VALID", Invalid = "INVALID", Expired = "EXPIRED", Null = "null" }