import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Cause } from "@effect/core/io/Cause/definition"; import { Layer } from "@effect/core/io/Layer/definition"; /** * Constructs a layer that fails with the specified cause. * @tsplus static effect/core/io/Layer.Ops failCause * @tsplus location "@effect/core/io/Layer/operations/failCause" */ export declare function failCause(cause: LazyArg>): Layer; //# sourceMappingURL=failCause.d.ts.map