import type { AndroidPaymentMethodDataInterface } from '../android/mapping/android-payment-method-data.interface';
import type { IosPaymentMethodDataInterface } from '../ios/mapping/ios-payment-method-data.interface';
export type PaymentMethodData = AndroidPaymentMethodDataInterface | IosPaymentMethodDataInterface;
//# sourceMappingURL=payment-method-data.d.ts.map