import type * as T from "../../../Effect/index.js"; import * as C from "./core.js"; /** * A sink that executes the provided effectful function for every element fed to it * until `f` evaluates to `false`. */ export declare function forEachWhile(f: (_in: In) => T.Effect): C.Sink; //# sourceMappingURL=forEachWhile.d.ts.map