import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that semantically runs the effect on a fiber, producing * an `Exit` for the completion value of the fiber. * @tsplus getter effect/core/io/Effect exit * @tsplus location "@effect/core/io/Effect/operations/exit" */ export declare function exit(self: Effect): import("../definition").Effect>; //# sourceMappingURL=exit.d.ts.map