export declare enum EnumCartItemType {
    Physical = "PHYSICAL",
    Digital = "DIGITAL",
    Unspecified = "UNSPECIFIED"
}
