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, starting at a specific
* index, matching a predicate.
* @tsplus static effect/core/stm/TArray.Aspects indexWhereFrom
* @tsplus pipeable effect/core/stm/TArray indexWhereFrom
* @tsplus location "@effect/core/stm/TArray/operations/indexWhereFrom"
*/
export declare function indexWhereFrom(f: Predicate, from: number): (self: TArray) => STM;
//# sourceMappingURL=indexWhereFrom.d.ts.map