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