import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * The moral equivalent of `if (p) exp`. * @tsplus static effect/core/io/Effect.Ops when * @tsplus location "@effect/core/io/Effect/operations/when" */ export declare function when(predicate: LazyArg, effect: Effect): Effect>; //# sourceMappingURL=when.d.ts.map