import { Stream } from "@effect/core/stream/Stream/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Fails with the error `None` if value is `Left`. * @tsplus getter effect/core/stream/Stream right * @tsplus location "@effect/core/stream/Stream/operations/right" */ export declare function right(self: Stream>): Stream, A2>; //# sourceMappingURL=right.d.ts.map