import { STM } from "@effect/core/stm/STM/definition/base"; import { TArray } from "@effect/core/stm/TArray/definition"; /** * Get the index of the next entry that matches a transactional predicate. * @tsplus static effect/core/stm/TArray.Aspects indexWhereSTM * @tsplus pipeable effect/core/stm/TArray indexWhereSTM * @tsplus location "@effect/core/stm/TArray/operations/indexWhereSTM" */ export declare function indexWhereSTM(f: (a: A) => STM): (self: TArray) => STM; //# sourceMappingURL=indexWhereSTM.d.ts.map