import { PaymentContext, SdkContext, SdkResponse } from "../../model";
import { ErrorResponse, ThirdPartyStatusResponse } from "../model/domain";
export declare function thirdPartyStatus(sdkContext: SdkContext): (merchantId: string, paymentId: string, paymentContext?: PaymentContext | null) => Promise<SdkResponse<ThirdPartyStatusResponse, ErrorResponse>>;
