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