export type MapAsync = lodash.CurriedFunction3< T[], (element: T, index: number) => R | Promise, { concurrency?: number }, Promise >;