import type { Promise } from "./promise.js"; /** * Completes the promise with interruption. This will interrupt all fibers * waiting on the value of the promise as by the fiber calling this method. */ export declare function interrupt(promise: Promise): import("../Effect/effect.js").Effect; //# sourceMappingURL=interrupt.d.ts.map