import * as T from "./_internal/effect.js"; import type * as Fiber from "./core.js"; /** * Interrupts the fiber from whichever fiber is calling this method. If the * fiber has already exited, the returned effect will resume immediately. * Otherwise, the effect will resume when the fiber exits. */ export declare function interrupt(fiber: Fiber.Fiber): T.Effect>; //# sourceMappingURL=interrupt.d.ts.map