type Callback = (value: T, index: number, array: T[]) => U; export declare const asyncMap: (array: T[], cb: Callback>) => Promise; export {}; //# sourceMappingURL=utils.d.ts.map