import { BigNumberInput } from "@medusajs/types"; export declare function getPromotionValue(promotion: any, lineItemAmount: any, lineItemsAmount: any, lineItem: any): BigNumber; export declare function getApplicableQuantity(lineItem: any, maxQuantity: any): any; export declare function calculateAdjustmentAmountFromPromotion(lineItem: any, promotion: any, lineItemsAmount?: BigNumberInput): BigNumber; //# sourceMappingURL=index.d.ts.map