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