import { STM } from "@effect/core/stm/STM/definition/base"; import { TArray } from "@effect/core/stm/TArray/definition"; /** * Count the values in the array matching a transactional predicate. * @tsplus static effect/core/stm/TArray.Aspects countSTM * @tsplus pipeable effect/core/stm/TArray countSTM * @tsplus location "@effect/core/stm/TArray/operations/countSTM" */ export declare function countSTM(f: (a: A) => STM): (self: TArray) => STM; //# sourceMappingURL=countSTM.d.ts.map