import type * as T from "../../../../Effect/index.js"; import type * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; /** * Like `Stream#forEachWhile`, but returns a `Managed` so the finalization order * can be controlled. */ export declare function runForEachWhileManaged_(self: C.Stream, f: (a: A) => T.Effect): M.Managed; /** * Like `Stream#forEachWhile`, but returns a `Managed` so the finalization order * can be controlled. * * @ets_data_first runForEachWhileManaged_ */ export declare function runForEachWhileManaged(f: (a: A) => T.Effect): (self: C.Stream) => M.Managed; //# sourceMappingURL=runForEachWhileManaged.d.ts.map