export declare class SortDto { sorted: boolean; unsorted: boolean; constructor(sortData?: SortDto); }