export declare enum CartItemType { Product = "product", Configuration = "configuration", Custom = "custom" }