import { provideDaffPaypalExpressPaymentDriver } from '@daffodil/paypal/driver'
Provider function for DaffPaypalExpressPaymentDriver.
const provideDaffPaypalExpressPaymentDriver: <R extends DaffPaypalExpressPaymentServiceInterface<DaffPaypalExpressPaymentRequest, DaffPaypalExpressPaymentResponse> = DaffPaypalExpressPaymentServiceInterface<...>>(klass: Type<...>) => ExistingProvider