import { Stream } from "@effect/core/stream/Stream/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Terminates the stream when encountering the first `None`. * @tsplus getter effect/core/stream/Stream collectWhileSome * @tsplus location "@effect/core/stream/Stream/operations/collectWhileSome" */ export declare function collectWhileSome(self: Stream>): Stream; //# sourceMappingURL=collectWhileSome.d.ts.map