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