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