import { PaymentContext, SdkContext, SdkResponse } from "../../model"; import { ApproveRefundRequest, ErrorResponse } from "../model/domain"; export declare function approve(sdkContext: SdkContext): (merchantId: string, refundId: string, postData: ApproveRefundRequest, paymentContext?: PaymentContext | null) => Promise>;