import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs `onTrue` if the result of `self` is `true` and `onFalse` otherwise. * @tsplus static effect/core/io/Effect.Ops ifEffect * @tsplus location "@effect/core/io/Effect/operations/ifEffect" */ export declare function ifEffect(b: Effect, onTrue: Effect, onFalse: Effect): Effect; //# sourceMappingURL=ifEffect.d.ts.map