import { SdkContext, SdkResponse } from "../../model/index.js"; import { ErrorResponse, GetPaymentProductsResponse } from "../model/domain/index.js"; import { GetPaymentProductsParams } from "../model/products/index.js"; export declare function getPaymentProducts(sdkContext: SdkContext): (merchantId: string, params: GetPaymentProductsParams) => Promise>;