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