import { MedusaContainer } from "@medusajs/framework/types"; export declare const fetchPriceList: (id: string, scope: MedusaContainer, fields: string[]) => Promise; export declare const transformPriceList: (priceList: any) => any; export declare const fetchPriceListPriceIdsForProduct: (priceListId: string, productIds: string[], scope: MedusaContainer) => Promise; //# sourceMappingURL=helpers.d.ts.map