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