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