import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Creates a stream by peeling off the "layers" of a value of type `S`. * @tsplus static effect/core/stream/Stream.Ops unfoldChunk * @tsplus location "@effect/core/stream/Stream/operations/unfoldChunk" */ export declare function unfoldChunk(s: S, f: (s: S) => Maybe, S]>): Stream; //# sourceMappingURL=unfoldChunk.d.ts.map