export declare class SortBy { sortByField: (field: string, ascending: boolean, functionToApply?: Function) => (a: any, b: any) => number; }