declare type OrderType = 'asc' | 'des'; export { OrderType };