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