import * as T from "../../Task/_core"; import type { XPromise } from "../model"; /** * Kills the promise with the specified error, which will be propagated to all * fibers waiting on the value of the promise. */ export declare const die: (e: unknown) => (promise: XPromise) => T.IO; //# sourceMappingURL=die.d.ts.map