import { Cause } from "@effect/core/io/Cause/definition"; import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; import { FiberId } from "@effect/core/io/FiberId/definition"; /** * Returns a set of interruptors, fibers that interrupted the fiber described * by this `Cause`. * @tsplus getter effect/core/io/Cause interruptors * @tsplus location "@effect/core/io/Cause/operations/interruptors" */ export declare function interruptors(self: Cause): HashSet; //# sourceMappingURL=interruptors.d.ts.map