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