declare const mapSeries: (iterable: any, mapper: any) => Promise<any>;
export default mapSeries;
