import * as E from "../../../../Either/index.js"; import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Fails with the error `None` if value is `Left`. */ export declare function right(self: C.Stream>): C.Stream, A2>; //# sourceMappingURL=right.d.ts.map