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