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