import { ApplicationMethodTargetTypeValues, ApplicationMethodTypeValues, PromotionTypeValues } from "@medusajs/types"; export declare enum DisguisedRule { APPLY_TO_QUANTITY = "apply_to_quantity", BUY_RULES_MIN_QUANTITY = "buy_rules_min_quantity", CURRENCY_CODE = "currency_code" } export declare const getRuleAttributesMap: ({ promotionType, applicationMethodType, applicationMethodTargetType, }: { promotionType?: PromotionTypeValues; applicationMethodType?: ApplicationMethodTypeValues; applicationMethodTargetType?: ApplicationMethodTargetTypeValues; }) => Record;