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