/**
 * @see https://gist.github.com/Yopadd/d1381e0fdc1aa6bedaeb36b7a8381892
 */
export declare function asyncFlatMap<T, O>(arr: T[], asyncFn: (t: T) => Promise<O[]>): Promise<O[]>;
//# sourceMappingURL=async-flatmap.d.ts.map