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