export declare enum TABLE_SORT_DIRECTION { NONE = "none", ASCENDING = "ascending", DESCENDING = "descending" } export declare const TABLE_SORT_CYCLE: TABLE_SORT_DIRECTION[];