export declare enum TABLE_SORT_DIRECTION { NONE = "none", ASCENDING = "ascending", DESCENDING = "descending" }