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