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