export declare enum FundsCollectionType {
    UnscheduledRepayment = "UnscheduledRepayment",
    Revocation = "Revocation"
}
