export declare enum PaymentScheduleTypeEnums {
    IFRS16 = 0,
    PricingTool = 1,
    IFRS9 = 2
}
