import type * as C from "../core.js";
/**
 * The stream that dies with an exception described by `msg`.
 */
export declare function dieMessage(msg: string): C.UIO<never>;
//# sourceMappingURL=dieMessage.d.ts.map