import { Stream } from "@effect/core/stream/Stream/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Filters any `Right` values. * @tsplus getter effect/core/stream/Stream collectLeft * @tsplus location "@effect/core/stream/Stream/operations/collectLeft" */ export declare function collectLeft(self: Stream>): Stream; //# sourceMappingURL=collectLeft.d.ts.map