export interface PaymentCurrencyAmount {
    currency: string;
    value: string;
}
//# sourceMappingURL=payment-currency-amount.d.ts.map