export default function asyncForEach(array: T[], fn: (obj: T) => Promise): Promise;