export declare const DISCOUNT_TYPES: readonly ["AMOUNT", "PERCENT"]; export declare type DiscountType = typeof DISCOUNT_TYPES[number];