declare const arrayMap: (array: T[], callback: (item: T, i: number, arr: T[]) => U) => U[]; export = arrayMap;