export declare enum SortDirection {
    Ascending = "asc",
    Descending = "desc"
}
//# sourceMappingURL=SortDirection.d.ts.map