import type { Effect } from "../../../../Effect/effect.js"; import type * as Chunk from "../core.js"; /** * Effectfully maps the elements of this chunk in parallel. */ export declare function mapEffectPar_(self: Chunk.Chunk, f: (a: A) => Effect): Effect>; /** * Effectfully maps the elements of this chunk in parallel. * * @ets_data_first mapEffectPar_ */ export declare function mapEffectPar(f: (a: A) => Effect): (self: Chunk.Chunk) => Effect>; //# sourceMappingURL=mapEffectPar.d.ts.map