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