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