export declare type ISettlementType = 'cashless' | 'prepayment' | 'postpayment' | 'consideration';