import { BigNumberInput, ComputeActionItemLine, InferEntityType, PromotionTypes } from "@medusajs/framework/types"; import { Promotion } from "../../models"; export type EligibleItem = { item_id: string; quantity: BigNumberInput; }; export declare function getComputedActionsForBuyGet(promotion: PromotionTypes.PromotionDTO | InferEntityType, itemsContext: ComputeActionItemLine[], methodIdPromoValueMap: Map, eligibleBuyItemMap: Map, eligibleTargetItemMap: Map): PromotionTypes.ComputeActions[]; export declare function sortByBuyGetType(a: any, b: any): 0 | 1 | -1; //# sourceMappingURL=buy-get.d.ts.map