import { Stream } from "@effect/core/stream/Stream/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Performs the specified stream transformation with the chunk structure of * the stream exposed. * @tsplus static effect/core/stream/Stream.Aspects chunksWith * @tsplus pipeable effect/core/stream/Stream chunksWith * @tsplus location "@effect/core/stream/Stream/operations/chunksWith" */ export declare function chunksWith(f: (stream: Stream>) => Stream>): (self: Stream) => Stream; //# sourceMappingURL=chunksWith.d.ts.map