export declare type SORTING_ORDER = 'ASC' | 'DESC'; export declare const SORTING_ORDER: { ASC: SORTING_ORDER; DESC: SORTING_ORDER; };