export type AsyncConsumer = (item: T) => Promise; export declare class Flux { private static wrap; private static getFirst; static forEach(from: Iterable, fn: AsyncConsumer, maxParallel?: number): Promise; } //# sourceMappingURL=Reactive.d.ts.map