import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Runs an effect when the supplied partial function matches for the given * value, otherwise does nothing. * @tsplus static effect/core/io/Effect.Ops whenCaseEffect * @tsplus location "@effect/core/io/Effect/operations/whenCaseEffect" */ export declare function whenCaseEffect(effect: Effect, pf: (a: A) => Maybe>): Effect>; //# sourceMappingURL=whenCaseEffect.d.ts.map