import { Effect } from "@effect/core/io/Effect/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Returns the specified stream if the specified effectful condition is * satisfied, otherwise returns an empty stream. * @tsplus static effect/core/stream/Stream.Ops whenEffect * @tsplus location "@effect/core/stream/Stream/operations/whenEffect" */ export declare function whenEffect(b: Effect, stream: Stream): Stream; //# sourceMappingURL=whenEffect.d.ts.map