import { Cart, SfccIntegrationContext } from '../../../types'; export default function savePaymentInstrument(context: SfccIntegrationContext, cartId: string, paymentMethodId: string, amount: number, body: any): Promise;