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