import { SdkContext, SdkResponse } from "../../model/index.js"; import { ErrorResponse, GetPaymentProductGroupsResponse } from "../model/domain/index.js"; import { GetProductGroupsParams } from "../model/productgroups/index.js"; export declare function getProductGroups(sdkContext: SdkContext): (merchantId: string, params: GetProductGroupsParams) => Promise>;