import { HttpTypes } from "@medusajs/framework/types"; import { StoreRequestWithContext } from "../types"; export declare const wrapVariantsWithTaxPrices: (req: StoreRequestWithContext, variants: HttpTypes.StoreProductVariant[]) => Promise; //# sourceMappingURL=helpers.d.ts.map