import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
import { Stream } from "@effect/core/stream/Stream/definition";
import { Maybe } from "@tsplus/stdlib/data/Maybe/definition";
import { Channel } from "@effect/core/stream/Channel/definition/base";
/**
* Splits elements on a delimiter and transforms the splits into desired
* output, flattening the resulting chunks into the stream.
* @tsplus static effect/core/stream/Stream.Aspects splitOnChunkFlatten
* @tsplus pipeable effect/core/stream/Stream splitOnChunkFlatten
* @tsplus location "@effect/core/stream/Stream/operations/splitOnChunkFlatten"
*/
export declare function splitOnChunkFlatten(delimiter: Chunk): (self: import("../definition").Stream) => import("../definition").Stream;
//# sourceMappingURL=splitOnChunkFlatten.d.ts.map