import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Effectfully transforms the chunks emitted by this stream. * @tsplus static effect/core/stream/Stream.Aspects mapChunksEffect * @tsplus pipeable effect/core/stream/Stream mapChunksEffect * @tsplus location "@effect/core/stream/Stream/operations/mapChunksEffect" */ export declare function mapChunksEffect(f: (chunk: Chunk) => Effect>): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=mapChunksEffect.d.ts.map