import type { Cause } from "../../Cause/index.js"; import type { Trace } from "../../Fiber/tracing.js"; /** * Returns an effect that models failure with the specified `Cause`. */ export declare function halt(self: Cause, __trace?: string): import("../managed.js").Managed; /** * Returns an effect that models failure with the specified `Cause`. */ export declare function haltWith(self: (_: () => Trace) => Cause, __trace?: string): import("../managed.js").Managed; //# sourceMappingURL=halt.d.ts.map