import { Predicate } from "@tsplus/stdlib/data/Predicate";
import { TArray } from "@effect/core/stm/TArray/definition";
import { STM } from "@effect/core/stm/STM/definition/base";
/**
* Get the index of the first entry in the array matching a predicate.
* @tsplus static effect/core/stm/TArray.Aspects indexWhere
* @tsplus pipeable effect/core/stm/TArray indexWhere
* @tsplus location "@effect/core/stm/TArray/operations/indexWhere"
*/
export declare function indexWhere(f: Predicate): (self: TArray) => STM;
//# sourceMappingURL=indexWhere.d.ts.map