declare function sortBy(arr: any, callback: any, context: any): any;
export default sortBy;
