import { TArray } from "@effect/core/stm/TArray/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Collects all elements into a chunk. * @tsplus getter effect/core/stm/TArray toChunk * @tsplus location "@effect/core/stm/TArray/operations/toChunk" */ export declare function toChunk(self: TArray): USTM>; //# sourceMappingURL=toChunk.d.ts.map