export declare enum PaymentTypeEnum {
    FIXED = "FIXED",
    MONTHLY = "MONTHLY"
}
