import type * as CS from "../../../../Cause/index.js"; import type * as C from "../core.js"; /** * The stream that always fails with `cause`. */ export declare function failCause(cause: CS.Cause): C.IO; //# sourceMappingURL=failCause.d.ts.map