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