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