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