import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that dies with the specified `unknown`. This method can * be used for terminating a fiber because a defect has been detected in the * code. * @tsplus static effect/core/io/Effect.Ops die * @tsplus location "@effect/core/io/Effect/operations/die" */ export declare function die(defect: unknown): Effect; //# sourceMappingURL=die.d.ts.map