import * as E from "../../../../Either/index.js"; import type * as C from "../core.js"; /** * Filters any `Right` values. */ export declare function collectLeft(self: C.Stream>): C.Stream; //# sourceMappingURL=collectLeft.d.ts.map