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