declare const _default: <T, U>(array: T[], callback: (item: T, index: number, arr: readonly T[]) => U) => U[];
export = _default;
