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