import types from './types'; declare function sortBy(arr: any, iterator?: types.AnyFn, ctx?: any): any[]; export default sortBy;