import { PaymentContext, SdkCallback } from "../model";
declare const blockMandate: (merchantId: string, uniqueMandateReference: string, paymentContext: PaymentContext | null, cb: SdkCallback) => void;
export = blockMandate;
