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