export declare const asyncFlatMap: <ItemType>(array: ItemType[], callback: (item: ItemType, index: number, array: ItemType[]) => Promise<ReadonlyArray<ItemType>>) => Promise<ItemType[]>;
//# sourceMappingURL=helper.d.ts.map