import { BigNumberInput, InferEntityType, PromotionTypes } from "@medusajs/framework/types"; import { ApplicationMethodTargetType } from "@medusajs/framework/utils"; import { Promotion } from "../../models"; export declare function getComputedActionsForShippingMethods(promotion: PromotionTypes.PromotionDTO | InferEntityType, shippingMethodApplicationContext: PromotionTypes.ComputeActionContext[ApplicationMethodTargetType.SHIPPING_METHODS], methodIdPromoValueMap: Map): PromotionTypes.ComputeActions[]; export declare function applyPromotionToShippingMethods(promotion: PromotionTypes.PromotionDTO | InferEntityType, shippingMethods: PromotionTypes.ComputeActionContext[ApplicationMethodTargetType.SHIPPING_METHODS], methodIdPromoValueMap: Map): PromotionTypes.ComputeActions[]; //# sourceMappingURL=shipping-methods.d.ts.map