import { SdkCallback } from "../model";
import { FindProductsParams } from "../model/products";
declare const getPaymentProducts: (merchantId: string, paymentContext: FindProductsParams, cb: SdkCallback) => void;
export = getPaymentProducts;
