import { PaymentContext, SdkCallback } from "../model";
import { ApproveRefundRequest } from "../model/domain/refund";
declare const approveRefund: (merchantId: string, refundId: string, postData: ApproveRefundRequest, paymentContext: PaymentContext | null, cb: SdkCallback) => void;
export = approveRefund;
