export declare const enum OrderSortingEnum { ref = "ref", total = "total", created_at = "created_at" }