import type * as CS from "../../../Cause/index.js"; import * as C from "./core.js"; /** * Creates a sink halting with a specified cause. */ export declare function failCause(e: CS.Cause): C.Sink; //# sourceMappingURL=failCause.d.ts.map