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