import { PaymentContext, SdkCallback } from "../model";
import { CreateDisputeRequest } from "../model/domain/dispute";
declare const createPaymentDispute: (merchantId: string, paymentId: string, postData: CreateDisputeRequest, paymentContext: PaymentContext | null, cb: SdkCallback) => void;
export = createPaymentDispute;
