import { STM } from "@effect/core/stm/STM/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Performs this transaction the specified number of times and collects the * results. * @tsplus static effect/core/stm/STM.Aspects replicateSTM * @tsplus pipeable effect/core/stm/STM replicateSTM * @tsplus location "@effect/core/stm/STM/operations/replicateSTM" */ export declare function replicateSTM(n: number): (self: import("../definition").STM) => import("../definition").STM>; //# sourceMappingURL=replicateSTM.d.ts.map