import { Equivalence } from "@tsplus/stdlib/prelude/Equivalence/definition";
import { TArray } from "@effect/core/stm/TArray/definition";
import { USTM } from "@effect/core/stm/STM/definition/base";
/**
* Get the first index of a specific value in the array, bounded above by a
* specific index, or -1 if it does not occur.
* @tsplus static effect/core/stm/TArray.Aspects lastIndexOfFrom
* @tsplus pipeable effect/core/stm/TArray lastIndexOfFrom
* @tsplus location "@effect/core/stm/TArray/operations/lastIndexOfFrom"
*/
export declare function lastIndexOfFrom(equivalence: Equivalence, value: A, end: number): (self: TArray) => import("../../STM").USTM;
//# sourceMappingURL=lastIndexOfFrom.d.ts.map