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