export declare class SortingRequestResource { fieldName: string; ascending: boolean; constructor(init?: Partial); }