export declare enum CartDataSource { Storefront = "storefront", Theme = "theme" } export declare const REVALIDATE_TIME: number; export declare const SOLD_OUT_PRICE = 9999999.99; export declare enum TemplateType { Page = "page", Product = "product", Collection = "collection", Blog = "blog", Article = "article" } export declare enum DiscountType { fixedAmount = "fixed_amount", percentage = "percentage" } export declare const createConstants: (config: { env: string; brand: string; locales: string[]; googleClientId?: string; facebookAppId?: string; applicationName?: string; }) => { locales: string[]; env: string; applicationName: any; host: string; brand: string; googleClientId: string | undefined; facebookAppId: string | undefined; }; export declare const COLOR_LABEL: string[]; 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 CURRENCY_CODE: { us: string; uk: string; ca: string; eu: string; pl: string; fr: string; de: string; vn: string; cl: string; es: string; }; export declare const COUNTRY_CODE: Record; export declare const LANGUAGE_CODE: Record; export declare const CUSTOMER_ATTRIBUTE_KEY = "_discounts_function_env"; export declare const CUSTOMER_SCRIPT_GIFT_KEY = "_giveaway_gradient_gifts"; export declare const CODE_AMOUNT_KEY = "_sku_code_money"; export declare const SCRIPT_CODE_AMOUNT_KEY = "_code_money"; export declare const MAIN_PRODUCT_CODE: string[]; //# sourceMappingURL=const.d.ts.map