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