import type { PaypalV2PaymentSourcePaypal } from './PaypalV2PaymentSourcePaypal.js';
export type PaypalV2PaymentSource = {
    paypal?: PaypalV2PaymentSourcePaypal | undefined;
} | undefined;
