export declare class SortDirectionEnum { static Ascending: string; static Descending: string; }