import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Returns this stream if the specified condition is satisfied, otherwise returns an empty stream. */ export declare function whenEffect_(self: C.Stream, b: T.Effect): C.Stream; /** * Returns this stream if the specified condition is satisfied, otherwise returns an empty stream. * * @ets_data_first whenEffect_ */ export declare function whenEffect(b: T.Effect): (self: C.Stream) => C.Stream; //# sourceMappingURL=whenEffect.d.ts.map