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