import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Suspends creation of the specified transaction lazily. * @tsplus static effect/core/stm/STM.Ops suspend * @tsplus location "@effect/core/stm/STM/operations/suspend" */ export declare function suspend(f: LazyArg>): STM; //# sourceMappingURL=suspend.d.ts.map