export declare const enum ProductSortingEnum { name = "name", price = "price", orders_count = "orders_count", you_save_amount = "you_save_amount" }