import { SdkContext, SdkResponse } from "../../model"; import { ErrorResponse, PaymentProductResponse } from "../model/domain"; import { GetProductParams } from "../model/products"; export declare function get(sdkContext: SdkContext): (merchantId: string, paymentProductId: number, paymentContext: GetProductParams) => Promise>;