export declare function mapSeries<R, T = any>(values: T[], fn: (value: T) => Promise<R>): Promise<R[]>;
//# sourceMappingURL=mapSeries.d.ts.map