import { TArray } from "@effect/core/stm/TArray/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Extracts value from ref in array. * @tsplus index effect/core/stm/TArray * @tsplus static effect/core/stm/TArray.Aspects get * @tsplus pipeable effect/core/stm/TArray get * @tsplus location "@effect/core/stm/TArray/operations/get" */ export declare function get(index: number): (self: TArray) => STM; //# sourceMappingURL=get.d.ts.map