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