import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that models failure with the specified error. The moral * equivalent of `throw` for pure code. * @tsplus static effect/core/io/Effect.Ops failSync * @tsplus location "@effect/core/io/Effect/operations/failSync" */ export declare function failSync(error: LazyArg): Effect; //# sourceMappingURL=failSync.d.ts.map