import type { ApplePayPayment } from '../models/applepay/ApplePayPayment.js';
import type { MobilePaymentMethodSpecificInput } from '../models/MobilePaymentMethodSpecificInput.js';
export declare function transformApplePayPaymentToMobilePaymentMethodSpecificInput(payment: ApplePayPayment): MobilePaymentMethodSpecificInput;
