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