import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Checks the condition, and if it's true, returns unit, otherwise, retries. * @tsplus static effect/core/stm/STM.Ops check * @tsplus location "@effect/core/stm/STM/operations/check" */ export declare function check(predicate: LazyArg): STM; //# sourceMappingURL=check.d.ts.map