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