import * as T from "../../../Effect/index.js"; import * as C from "./core.js"; /** * A sink that effectfully folds its inputs with the provided function, termination predicate and initial state. */ export declare function foldEffect(z: S, contFn: (s: S) => boolean, f: (s: S, in_: In) => T.Effect): C.Sink; //# sourceMappingURL=foldEffect.d.ts.map