import { STM } from "@effect/core/stm/STM/definition/base"; import { TArray } from "@effect/core/stm/TArray/definition"; /** * Makes a new `TArray` that is initialized with specified values. * @tsplus static effect/core/stm/TArray.Ops empty * @tsplus location "@effect/core/stm/TArray/operations/empty" */ export declare function empty(): STM>; //# sourceMappingURL=empty.d.ts.map