import { Cause } from "@effect/core/io/Cause/definition"; /** * Determines if the `Cause` contains an interruption. * @tsplus getter effect/core/io/Cause isInterrupted * @tsplus location "@effect/core/io/Cause/operations/isInterrupted" */ export declare function isInterrupted(self: Cause): boolean; //# sourceMappingURL=isInterrupted.d.ts.map