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