export declare enum OrderByDirection { ASCENDING = "ascending", DESCENDING = "descending" }