export declare enum PaymentStatus { NOT_PAID = "Not Paid", PAID = "Paid", PENDING = "Pending" }