import { STM } from "@effect/core/stm/STM/definition/base"; 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/stm/STM.Ops whenCaseSTM * @tsplus location "@effect/core/stm/STM/operations/whenCaseSTM" */ export declare function whenCaseSTM(stm: STM, pf: (a: A) => Maybe>): STM>; //# sourceMappingURL=whenCaseSTM.d.ts.map