export declare class SortOptions { field: string; reverse: boolean; constructor(field: string, reverse: boolean); }