import { i as PaymentMethod } from "../types-Cjcc3xak.mjs"; import "../connect-card-CZhzK_Tp.mjs"; import "../connect-tunnel-x-BKtMfoGh.mjs"; import { n as BnplCustomerInfo, s as BnplSubmitOptions, t as BnplCheckoutResponse } from "../bnpl-shared-D-Kd58Qz.mjs"; //#region src/payment-methods/affirm.d.ts type AffirmCustomerInfo = BnplCustomerInfo; type AffirmSubmitOptions = Omit; type AffirmCheckoutResponse = BnplCheckoutResponse; declare const AffirmPaymentMethod: PaymentMethod<{}, string>; //#endregion export { AffirmCheckoutResponse, AffirmCustomerInfo, AffirmSubmitOptions, AffirmPaymentMethod as default }; //# sourceMappingURL=affirm.d.mts.map