import type * as C from "./core.js";
/**
 * Creates a sink halting with the specified `Throwable`.
 */
export declare function die<E>(e: E): C.Sink<unknown, unknown, unknown, never, unknown, never>;
//# sourceMappingURL=die.d.ts.map