export declare enum PaymentType {
    PAYMENT_RECEIVED = "Payment Received",
    PAYOUT = "Payout"
}
//# sourceMappingURL=payment-type.enum.d.ts.map