export declare function mapAsync(arr: T[], callbackfn: (item: T, index: number, array: T[]) => Promise): Promise; //# sourceMappingURL=mapAsync.d.ts.map