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