export declare enum SortDirection {
    SORT_DIRECTION_UNSPECIFIED = 0,
    SORT_DIRECTION_ASC = 1,
    SORT_DIRECTION_DESC = 2
}
