import * as E from "../../../../Either/index.js"; import type * as C from "../core.js"; /** * Terminates the stream when encountering the first `Left`. */ export declare function collectWhileRight(self: C.Stream>): C.Stream; //# sourceMappingURL=collectWhileRight.d.ts.map