import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Simultaneously filters and flatMaps the value produced by this effect. * Continues on the effect returned from pf. * @tsplus static effect/core/stm/STM.Aspects collectSTM * @tsplus pipeable effect/core/stm/STM collectSTM * @tsplus location "@effect/core/stm/STM/operations/collectSTM" */ export declare function collectSTM(pf: (a: A) => STM>): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=collectSTM.d.ts.map