export declare enum DiscountType { fixedAmount = "fixed_amount", percentage = "percentage", fixedDiscountAmount = "fix_discount_amount" } export declare enum CouponChannel { LIGHTNING_DEAL = "LIGHTNING_DEAL", DEAL = "LIGHTNING_DEAL", COUPON = "COUPON", PED = "PED", WS24 = "WS24", WSTD = "WSTD", WSCH = "WSCH" } export declare const PRICE_SYMBOL: { us: string; uk: string; ca: string; eu: string; pl: string; fr: string; de: string; vn: string; cl: string; sg: string; ae: string; es: string; }; export declare const COLOR_LABEL: string[];