import * as C from "../core.js"; /** * Halt a stream with the specified exception */ export declare function dieWith(u: () => unknown): C.UIO; //# sourceMappingURL=dieWith.d.ts.map