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