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