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