export declare const mapPromise: (arr: T[], fn: (item: T) => Promise) => Promise;